From 684788ac3733dd19e7f02b4b33e04f50ebaa6390 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 30 Sep 2020 09:09:23 +0300 Subject: [PATCH] git: disable static for now --- core/git/build | 2 +- core/git/depends | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/git/build b/core/git/build index 72090992..79163a28 100755 --- a/core/git/build +++ b/core/git/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export CFLAGS="$CFLAGS -fPIC -static" +export CFLAGS="$CFLAGS -fPIC" cat > config.mak <