mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +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
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