mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05: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
Notes:
sideshowbarker
2024-07-18 21:40:37 +09:00
Author: https://github.com/Jorropo Commit: https://github.com/SerenityOS/serenity/commit/25e4a3467d4 Pull-request: https://github.com/SerenityOS/serenity/pull/5664
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
Reference in a new issue