mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-10 21:54:40 +08:00
8 lines
316 B
Plaintext
8 lines
316 B
Plaintext
CC="gcc -m32" CXX="gcc -m32" PKG_CONFIG_PATH="/usr/lib32/pkgconfig" ./configure \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--with-trust-paths=/etc/pki/anchors \
|
|
--libdir=/usr/lib32 \
|
|
--host=i686-pc-linux-gnu \
|
|
--without-systemd
|