Add --enable-ipv6 to some versions of python to make builds reproducible

This commit is contained in:
Andrius Štikonas 2023-01-25 02:39:14 +00:00
parent 13eace50dd
commit 26872c01bf
6 changed files with 15 additions and 10 deletions

View file

@ -44,7 +44,8 @@ src_configure() {
--build=i386-unknown-linux-musl \
--host=i386-unknown-linux-musl \
--with-pydebug \
--with-system-ffi
--with-system-ffi \
--enable-ipv6
}
src_compile() {

View file

@ -49,7 +49,8 @@ src_configure() {
--build=i386-unknown-linux-musl \
--host=i386-unknown-linux-musl \
--with-pydebug \
--with-system-ffi
--with-system-ffi \
--enable-ipv6
}
src_compile() {