aboutsummaryrefslogtreecommitdiff
path: root/core/m4
diff options
context:
space:
mode:
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