python3: force sem_gevalue for all cross arch
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
pkgname=python3
|
pkgname=python3
|
||||||
version=3.11.3
|
version=3.11.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--enable-shared --enable-ipv6
|
configure_args="--enable-shared --enable-ipv6
|
||||||
--enable-loadable-sqlite-extensions --with-computed-gotos
|
--enable-loadable-sqlite-extensions --with-computed-gotos
|
||||||
@@ -39,6 +39,7 @@ alternatives="
|
|||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" python3"
|
hostmakedepends+=" python3"
|
||||||
configure_args+=" --with-build-python=python3.11"
|
configure_args+=" --with-build-python=python3.11"
|
||||||
|
configure_args+=" ac_cv_broken_sem_getvalue=no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|||||||
Reference in New Issue
Block a user