From a0511494dc66e6e2f7bd018c51aa01fdbeea0fe1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 8 Jun 2020 22:36:14 +0300 Subject: make: link statically --- core/make/build | 2 ++ core/make/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'core/make') diff --git a/core/make/build b/core/make/build index 6daf22f8..bbd53ee2 100755 --- a/core/make/build +++ b/core/make/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr diff --git a/core/make/version b/core/make/version index aead5414..e47357bf 100644 --- a/core/make/version +++ b/core/make/version @@ -1 +1 @@ -4.3 1 +4.3 2 -- cgit v1.2.3