mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
util-linux: fix build, add mor configure options
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9f8ffe1a2a
commit
4bedd33801
@ -27,22 +27,55 @@ gt_cv_func_gnugettext1_libintl=no \
|
|||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--disable-silent-rules \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-tls \
|
--disable-gtk-doc \
|
||||||
--without-ncurses \
|
--enable-tls \
|
||||||
|
--enable-mount \
|
||||||
|
--disable-fsck \
|
||||||
|
--enable-libuuid \
|
||||||
|
--enable-uuidd \
|
||||||
|
--enable-libblkid \
|
||||||
--disable-libmount \
|
--disable-libmount \
|
||||||
|
--enable-nls \
|
||||||
|
--disable-rpath \
|
||||||
|
--disable-arch \
|
||||||
|
--disable-agetty \
|
||||||
|
--disable-cramfs \
|
||||||
|
--disable-switch-root \
|
||||||
|
--disable-pivot-root \
|
||||||
|
--disable-fallocate \
|
||||||
|
--disable-unshare \
|
||||||
|
--disable-elvtune \
|
||||||
|
--disable-init \
|
||||||
|
--disable-kill \
|
||||||
|
--disable-last \
|
||||||
--disable-mesg \
|
--disable-mesg \
|
||||||
--disable-partx \
|
--disable-partx \
|
||||||
|
--disable-raw \
|
||||||
|
--disable-rename \
|
||||||
|
--disable-reset \
|
||||||
|
--disable-login-utils \
|
||||||
|
--disable-schedutils \
|
||||||
|
--disable-wall \
|
||||||
|
--disable-write \
|
||||||
|
--enable-chsh-only-listed \
|
||||||
|
--disable-login-chown-vcs \
|
||||||
|
--disable-login-stat-mail \
|
||||||
|
--disable-pg-bell \
|
||||||
|
--disable-require-password \
|
||||||
|
--disable-use-tty-group \
|
||||||
|
--disable-makeinstall-chown \
|
||||||
|
--disable-makeinstall-setuid \
|
||||||
|
--with-gnu-ld \
|
||||||
|
--without-ncurses \
|
||||||
--without-slang \
|
--without-slang \
|
||||||
--without-utempter \
|
--without-utempter \
|
||||||
--without-pam \
|
--without-pam \
|
||||||
--without-selinux \
|
--without-selinux \
|
||||||
--without-audit
|
--without-audit
|
||||||
|
|
||||||
make -C mount
|
make
|
||||||
make -C shlibs
|
|
||||||
make -C misc-utils blkid
|
|
||||||
make -C sys-utils fstrim
|
|
||||||
|
|
||||||
$MAKEINSTALL -C shlibs
|
$MAKEINSTALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user