e2fsprogs: disable automagic udev/systemd/crond detection

This commit is contained in:
MilhouseVH 2020-01-14 02:27:09 +00:00
parent 97a6b1e063
commit 8b8fa8b2a1

View File

@ -20,6 +20,9 @@ fi
PKG_CONFIGURE_OPTS_HOST="--prefix=$TOOLCHAIN/ \
--bindir=$TOOLCHAIN/bin \
--with-udev-rules-dir=no \
--with-crond-dir=no \
--with-systemd-unit-dir=no \
--sbindir=$TOOLCHAIN/sbin \
--enable-verbose-makecmds \
--disable-symlink-install \
@ -41,6 +44,9 @@ PKG_CONFIGURE_OPTS_HOST="--prefix=$TOOLCHAIN/ \
pre_configure() {
PKG_CONFIGURE_OPTS_INIT="BUILD_CC=$HOST_CC \
--with-udev-rules-dir=no \
--with-crond-dir=no \
--with-systemd-unit-dir=no \
--enable-verbose-makecmds \
--enable-symlink-install \
--enable-symlink-build \