repo/xorg/libX11/build
2019-06-27 09:10:39 +03:00

10 lines
125 B
Bash
Executable File

#!/bin/sh -e
CFLAGS_FOR_BUILD=-fPIC \
./configure \
--prefix=/usr \
--enable-static
make
make DESTDIR="$1" install