diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-08 22:28:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-08 22:28:14 +0300 |
commit | 7447a7e240e83d2ef8ade1399c8bd6414d782d1e (patch) | |
tree | 91aaa124908e537d447211d3cb8af0baea375197 /core/m4 | |
parent | c284b0cf528bfc5dca757d1475340ebf5a6651d4 (diff) | |
download | repository-7447a7e240e83d2ef8ade1399c8bd6414d782d1e.tar.gz |
m4: link statically
Diffstat (limited to 'core/m4')
-rwxr-xr-x | core/m4/build | 2 | ||||
-rw-r--r-- | core/m4/version | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/core/m4/build b/core/m4/build index 6daf22f8..bbd53ee2 100755 --- a/core/m4/build +++ b/core/m4/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr diff --git a/core/m4/version b/core/m4/version index 4920469b..3f61745a 100644 --- a/core/m4/version +++ b/core/m4/version @@ -1 +1 @@ -1.4.18 2 +1.4.18 3 |