2019-07-11 10:03:03 -06:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2019-07-20 01:35:49 -06:00
|
|
|
export CFLAGS="-static $CFLAGS"
|
|
|
|
|
2019-07-11 10:03:03 -06:00
|
|
|
./configure \
|
2019-07-11 10:05:40 -06:00
|
|
|
--prefix=/usr \
|
2019-07-11 10:03:03 -06:00
|
|
|
--with-included-popt
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR="$1" install
|