summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorJorropo <jorropo.pgm@gmail.com>2021-03-06 07:20:48 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-06 14:57:44 +0100
commit25e4a3467d443f38bf5dd89152b1853a30809a21 (patch)
tree947afba2050724236542b8429cbcefdf7429af7d /Ports
parent89846b5b7c0ce074103ca400cc25794d44f16492 (diff)
downloadserenity-25e4a3467d443f38bf5dd89152b1853a30809a21.zip
Ports/git: Forcing NO_IPV6 option.
This fixes the build, how ever I don't know why the auto detection broke in the first place.
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/git/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/git/package.sh b/Ports/git/package.sh
index db308d0b98..de4b7969ee 100755
--- a/Ports/git/package.sh
+++ b/Ports/git/package.sh
@@ -3,7 +3,7 @@ port=git
version=2.26.0
useconfigure="true"
files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz"
-configopts="--target=i686-pc-serenity"
+configopts="--target=i686-pc-serenity CFLAGS=-DNO_IPV6"
depends="zlib"
build() {