mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 22:34:42 +08:00
17 lines
710 B
Plaintext
17 lines
710 B
Plaintext
CC="gcc -m32" \
|
|
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
|
--host=i686-pc-linux-gnu \
|
|
--libdir=/usr/lib32 \
|
|
--disable-chfn-chsh \
|
|
--disable-login \
|
|
--disable-nologin \
|
|
--disable-su \
|
|
--disable-setpriv \
|
|
--disable-runuser \
|
|
--disable-pylibmount \
|
|
--disable-static \
|
|
--without-python \
|
|
--enable-libmount-force-mountinfo \
|
|
--without-systemd \
|
|
--without-systemdsystemunitdir \
|
|
runstatedir=/run --disable-fdisks --disable-mount --disable-fsck |