mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
e2fsprogs: disable automagic udev/systemd/crond detection
This commit is contained in:
parent
97a6b1e063
commit
8b8fa8b2a1
@ -20,6 +20,9 @@ fi
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="--prefix=$TOOLCHAIN/ \
|
PKG_CONFIGURE_OPTS_HOST="--prefix=$TOOLCHAIN/ \
|
||||||
--bindir=$TOOLCHAIN/bin \
|
--bindir=$TOOLCHAIN/bin \
|
||||||
|
--with-udev-rules-dir=no \
|
||||||
|
--with-crond-dir=no \
|
||||||
|
--with-systemd-unit-dir=no \
|
||||||
--sbindir=$TOOLCHAIN/sbin \
|
--sbindir=$TOOLCHAIN/sbin \
|
||||||
--enable-verbose-makecmds \
|
--enable-verbose-makecmds \
|
||||||
--disable-symlink-install \
|
--disable-symlink-install \
|
||||||
@ -41,6 +44,9 @@ PKG_CONFIGURE_OPTS_HOST="--prefix=$TOOLCHAIN/ \
|
|||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
PKG_CONFIGURE_OPTS_INIT="BUILD_CC=$HOST_CC \
|
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-verbose-makecmds \
|
||||||
--enable-symlink-install \
|
--enable-symlink-install \
|
||||||
--enable-symlink-build \
|
--enable-symlink-build \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user