repo/libX11/build
2021-08-28 10:05:07 +02:00

9 lines
155 B
Text
Executable file

CFLAGS_FOR_BUILD=-fPIC \
./configure \
--prefix=/usr \
--without-xmlto \
--disable-specs \
--enable-static
make
make DESTDIR="$1" install