diff options
author | Jorropo <jorropo.pgm@gmail.com> | 2021-03-06 07:20:48 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-06 14:57:44 +0100 |
commit | 25e4a3467d443f38bf5dd89152b1853a30809a21 (patch) | |
tree | 947afba2050724236542b8429cbcefdf7429af7d | |
parent | 89846b5b7c0ce074103ca400cc25794d44f16492 (diff) | |
download | serenity-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.
-rwxr-xr-x | Ports/git/package.sh | 2 |
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() { |