diff --git a/core/git/build b/core/git/build index 79163a28..a07f12f6 100755 --- a/core/git/build +++ b/core/git/build @@ -1,6 +1,9 @@ #!/bin/sh -e -export CFLAGS="$CFLAGS -fPIC" +# Static libs for curl. +sed -i 's/--libs/--static-libs/g' Makefile + +export CFLAGS="$CFLAGS -static" cat > config.mak <