aboutsummaryrefslogtreecommitdiff
path: root/core/m4
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-08 22:28:14 +0300
committerCem Keylan <cem@ckyln.com>2020-06-08 22:28:14 +0300
commit7447a7e240e83d2ef8ade1399c8bd6414d782d1e (patch)
tree91aaa124908e537d447211d3cb8af0baea375197 /core/m4
parentc284b0cf528bfc5dca757d1475340ebf5a6651d4 (diff)
downloadrepository-7447a7e240e83d2ef8ade1399c8bd6414d782d1e.tar.gz
m4: link statically
Diffstat (limited to 'core/m4')
-rwxr-xr-xcore/m4/build2
-rw-r--r--core/m4/version2
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