mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
systemd: remove nls use flag
This option doesn't actually do anything, it merely moves errors about missing intltool from the compile step to the configure step. Upstream dropped the flag ages ago but we kept it not knowing if it was useful.
This commit is contained in:
parent
76885d2ab3
commit
1ad8deb6ce
@ -36,8 +36,8 @@ IUSE="acl apparmor audit cryptsetup curl doc elfutils gcrypt gnuefi gudev http
|
||||
idn +importd introspection kdbus +kmod +lz4 lzma +nat pam policykit python
|
||||
qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb"
|
||||
|
||||
# Gentoo removed the nls use flag, we'll keep it for now
|
||||
IUSE+=" man nls symlink-usr"
|
||||
# CoreOS specific use flags
|
||||
IUSE+=" man symlink-usr"
|
||||
|
||||
REQUIRED_USE="importd? ( curl gcrypt lzma )"
|
||||
|
||||
@ -234,7 +234,6 @@ multilib_src_configure() {
|
||||
$(use_enable lzma xz)
|
||||
$(multilib_native_use_enable man manpages)
|
||||
$(multilib_native_use_enable nat libiptc)
|
||||
$(use_enable nls)
|
||||
$(multilib_native_use_enable pam)
|
||||
$(multilib_native_use_enable policykit polkit)
|
||||
$(multilib_native_use_with python)
|
||||
|
Loading…
x
Reference in New Issue
Block a user