mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
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.
This commit is contained in:
parent
89846b5b7c
commit
25e4a3467d
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue