Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 authored Apr 29, 2018
1 parent a60cebd commit b85b8e5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions build-system/util-linux-1/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shopt -s -o pipefail
set -e # Exit on error

PKG_NAME="util-linux"
PKG_VERSION="2.29.2"
PKG_VERSION="2.32"

TARBALL="${PKG_NAME}-${PKG_VERSION}.tar.xz"
SRC_DIR="${PKG_NAME}-${PKG_VERSION}"
Expand All @@ -26,9 +26,17 @@ function unpack() {
}

function build() {
./configure --enable-write \
ADJTIME_PATH=/var/lib/hwclock/adjtime

./configure --disable-chfn-chsh \
--disable-login \
--disable-nologin \
--disable-su \
--disable-setpriv \
--disable-runuser \
--disable-pylibmount \
--disable-static \
--without-python \
--without-systemd \
--without-systemdsystemunitdir
make ${MAKE_PARALLEL}
}

Expand Down

0 comments on commit b85b8e5

Please sign in to comment.