forked from kiss-community/repo
11 lines
120 B
Bash
Executable File
11 lines
120 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
export LDFLAGS="$LDFLAGS -static"
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-nls
|
|
|
|
make
|
|
make install
|