mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-10 03:12:53 +00:00
21 lines
558 B
Bash
21 lines
558 B
Bash
# Util Linux Phase 3
|
|
mkdir -p /var/lib/hwclock
|
|
|
|
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
|
--libdir=/usr/lib \
|
|
--docdir=/usr/share/doc/util-linux-2.37.4 \
|
|
--disable-chfn-chsh \
|
|
--disable-login \
|
|
--disable-nologin \
|
|
--disable-su \
|
|
--disable-setpriv \
|
|
--disable-runuser \
|
|
--disable-pylibmount \
|
|
--disable-static \
|
|
--without-python \
|
|
runstatedir=/run
|
|
|
|
make
|
|
make install
|
|
|