aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/util-linux.sh
blob: e70fbfa61535fb7e46d16803ced929cdbdacdb52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mkdir -p /var/lib/hwclock &&
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime    \
            --docdir=/usr/share/doc/util-linux-"${VERSION}" \
            --disable-chfn-chsh \
            --disable-login \
            --disable-nologin \
            --disable-su \
            --disable-setpriv \
            --disable-runuser \
            --disable-pylibmount \
            --disable-static \
            --without-python \
            runstatedir=/run &&
make &&
make -j1 install