mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Merge pull request #6532 from heitbaum/sameboy
util-linux: set all-programs option in init and target not common
This commit is contained in:
commit
7faa80cd16
@ -18,7 +18,6 @@ UTILLINUX_CONFIG_DEFAULT="--disable-gtk-doc \
|
||||
--disable-nls \
|
||||
--disable-rpath \
|
||||
--enable-tls \
|
||||
--disable-all-programs \
|
||||
--enable-chsh-only-listed \
|
||||
--disable-bash-completion \
|
||||
--disable-colors-default \
|
||||
@ -46,6 +45,7 @@ UTILLINUX_CONFIG_DEFAULT="--disable-gtk-doc \
|
||||
--without-systemdsystemunitdir"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="${UTILLINUX_CONFIG_DEFAULT} \
|
||||
--disable-all-programs \
|
||||
--enable-libuuid \
|
||||
--enable-libblkid \
|
||||
--enable-libmount \
|
||||
@ -69,6 +69,7 @@ PKG_CONFIGURE_OPTS_HOST="--enable-static \
|
||||
--enable-libuuid"
|
||||
|
||||
PKG_CONFIGURE_OPTS_INIT="${UTILLINUX_CONFIG_DEFAULT} \
|
||||
--disable-all-programs \
|
||||
--enable-libblkid \
|
||||
--enable-libmount \
|
||||
--enable-fsck"
|
||||
|
Loading…
x
Reference in New Issue
Block a user