build (124B)
1 #!/bin/sh -ex 2 3 export LDFLAGS="-static" 4 5 touch aclocal.m4 Makefile.in configure 6 ./configure --prefix="$PREFIX" 7 make install