mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-05 10:55:24 +01:00
Add --enable-ipv6 to some versions of python to make builds reproducible
This commit is contained in:
parent
13eace50dd
commit
26872c01bf
6 changed files with 15 additions and 10 deletions
|
|
@ -40,7 +40,8 @@ src_configure() {
|
|||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--with-wctype-functions
|
||||
--with-wctype-functions \
|
||||
--enable-ipv6
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,8 @@ src_configure() {
|
|||
CFLAGS="-U__DATE__ -U__TIME__" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl"
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--enable-ipv6
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue