mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
Ports: Build Python with --disable-ipv6
The addition of some IPv6 related things makes the configure script think we support it now. We don't.
This commit is contained in:
parent
0f468a5013
commit
563712abce
Notes:
sideshowbarker
2024-07-18 20:55:00 +09:00
Author: https://github.com/linusg
Commit: 563712abce
Pull-request: https://github.com/SerenityOS/serenity/pull/6059
Reviewed-by: https://github.com/Jorropo ✅
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ auth_opts="Python-${version}.tar.xz.asc Python-${version}.tar.xz"
|
|||
depends="libffi zlib"
|
||||
|
||||
# FIXME: --enable-optimizations results in lots of __gcov_* linker errors
|
||||
configopts="--without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no"
|
||||
configopts="--disable-ipv6 --without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no"
|
||||
|
||||
export BLDSHARED="${CC} -shared"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue