forked from alnux/repo
5 lines
89 B
Text
5 lines
89 B
Text
|
export CFLAGS="$CFLAGS -static"
|
||
|
./configure --prefix=/usr
|
||
|
make
|
||
|
make DESTDIR="$1" install
|