mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
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:
parent
ad0e30302d
commit
fc957fe692
@ -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)
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user