repo/libX11/build

10 lines
155 B
Text
Raw Permalink Normal View History

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