mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
systemd: use unified /usr
This commit is contained in:
parent
602106cfd8
commit
d58c355742
@ -34,8 +34,8 @@ PKG_AUTORECONF="yes"
|
||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_have_decl_IFLA_BOND_AD_INFO=no \
|
||||
ac_cv_have_decl_IFLA_BRPORT_UNICAST_FLOOD=no \
|
||||
ac_cv_path_MOUNT_PATH="/bin/mount"
|
||||
ac_cv_path_UMOUNT_PATH="/bin/umount"
|
||||
ac_cv_path_MOUNT_PATH="/usr/bin/mount"
|
||||
ac_cv_path_UMOUNT_PATH="/usr/bin/umount"
|
||||
KMOD=/usr/bin/kmod \
|
||||
--disable-nls \
|
||||
--disable-dbus \
|
||||
@ -93,7 +93,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
||||
--disable-manpages \
|
||||
--disable-hibernate \
|
||||
--disable-ldconfig \
|
||||
--enable-split-usr \
|
||||
--disable-split-usr \
|
||||
--disable-tests \
|
||||
--without-python \
|
||||
--with-sysvinit-path= \
|
||||
|
Loading…
x
Reference in New Issue
Block a user