systemd: add nls use flag

When enabling policy kit there appears to be a build race condition in
the generation of updating translations in policy files. There is a nls
configure flag in systemd now, we don't need translations.
This commit is contained in:
Michael Marineau 2014-08-01 11:43:38 -07:00
parent ad0e30302d
commit fc957fe692
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,7 @@ SLOT="0/2"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
test" nls test"
MINKV="3.10" MINKV="3.10"
@ -214,6 +214,7 @@ multilib_src_configure() {
$(use_enable kdbus) $(use_enable kdbus)
$(use_enable kmod) $(use_enable kmod)
$(use_enable lzma xz) $(use_enable lzma xz)
$(use_enable nls)
$(use_enable pam) $(use_enable pam)
$(use_enable policykit polkit) $(use_enable policykit polkit)
$(use_with python) $(use_with python)

View File

@ -35,7 +35,7 @@ SLOT="0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
test" nls test"
MINKV="3.10" MINKV="3.10"
@ -209,6 +209,7 @@ multilib_src_configure() {
$(use_enable kdbus) $(use_enable kdbus)
$(use_enable kmod) $(use_enable kmod)
$(use_enable lzma xz) $(use_enable lzma xz)
$(use_enable nls)
$(use_enable pam) $(use_enable pam)
$(use_enable policykit polkit) $(use_enable policykit polkit)
$(use_with python) $(use_with python)