Update 02_build.sh

This commit is contained in:
Michael McMahon 2017-11-10 16:17:26 -05:00 committed by GitHub
parent d3bd8b8d55
commit 9afc41b075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,19 @@ rm -rf $DESTDIR
echo "Configuring util-linux..." echo "Configuring util-linux..."
CFLAGS="$CFLAGS" ./configure \ CFLAGS="$CFLAGS" ./configure \
--prefix=/usr \ ADJTIME_PATH=/var/lib/hwclock/adjtime \
--disable-graphics \ --docdir=/usr/share/doc/util-linux-2.31 \
--disable-utf8 \ --disable-chfn-chsh \
--without-ipv6 \ --disable-login \
--without-ssl \ --disable-nologin \
--without-zlib \ --disable-su \
--without-x --disable-setpriv \
--disable-runuser \
--disable-pylibmount \
--disable-static \
--without-python \
--without-systemd \
--without-systemdsystemunitdir
echo "Building util-linux..." echo "Building util-linux..."
make -j $NUM_JOBS make -j $NUM_JOBS