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 ++ 1 file changed, 2 insertions(+) (limited to 'core/make/build') 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 -- cgit v1.2.3