From 17c816673e641af4bcbf4ce74ef657362c021500 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 30 Sep 2020 09:05:16 +0300 Subject: [PATCH] make: statically link --- core/make/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/make/build b/core/make/build index 6daf22f8..206a476a 100755 --- a/core/make/build +++ b/core/make/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -static" + ./configure \ --prefix=/usr