1
Fork 0
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:
Linus Groh 2021-04-01 18:16:12 +02:00 committed by Andreas Kling
parent 0f468a5013
commit 563712abce

View file

@ -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"