From 25e4a3467d443f38bf5dd89152b1853a30809a21 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sat, 6 Mar 2021 07:20:48 +0100 Subject: 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. --- Ports/git/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports') 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() { -- cgit v1.2.3