git: disable static for now

This commit is contained in:
Dylan Araps 2020-09-30 09:09:23 +03:00
parent 17c816673e
commit 684788ac37
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -fPIC -static"
export CFLAGS="$CFLAGS -fPIC"
cat > config.mak <<EOF
NO_GETTEXT=YesPlease

View File

@ -1,3 +1,3 @@
curl make
libressl make
zlib make
curl
libressl
zlib