repo/xorg/libX11/build

10 lines
125 B
Plaintext
Raw Normal View History

2019-06-27 06:10:39 +00:00
#!/bin/sh -e
CFLAGS_FOR_BUILD=-fPIC \
./configure \
--prefix=/usr \
--enable-static
make
make DESTDIR="$1" install