diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-10 00:46:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-10 00:46:44 +0300 |
commit | a202f4bb9d8e442f37723898d4970e13f96c6868 (patch) | |
tree | 69ce134ab0e358d1765dc12c8597fae6a8629c64 /extra/m4/build | |
parent | cf8e86d982d1051630a9617cfd8e58ac0e5a3ba9 (diff) | |
download | repository-a202f4bb9d8e442f37723898d4970e13f96c6868.tar.gz |
m4: move to extra
Diffstat (limited to 'extra/m4/build')
-rwxr-xr-x | extra/m4/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/m4/build b/extra/m4/build new file mode 100755 index 00000000..ca41a21b --- /dev/null +++ b/extra/m4/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" + +./configure \ + --prefix=/usr \ + --program-prefix=g + +make +make DESTDIR="$1" install |