From 7447a7e240e83d2ef8ade1399c8bd6414d782d1e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 8 Jun 2020 22:28:14 +0300 Subject: m4: link statically --- core/m4/build | 2 ++ core/m4/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3