Skip to content

Commit

Permalink
Ports/git: Forcing NO_IPV6 option.
Browse files Browse the repository at this point in the history
This fixes the build, how ever I don't know why the auto detection
broke in the first place.
  • Loading branch information
Jorropo authored and awesomekling committed Mar 6, 2021
1 parent 89846b5 commit 25e4a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ports/git/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 25e4a34

Please sign in to comment.