diff options
Diffstat (limited to 'core')
-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 |