From 4f81c2fe59c2f96c568d99454e85f9f2d316a0c1 Mon Sep 17 00:00:00 2001 From: dkwo Date: Tue, 16 May 2023 10:32:42 -0400 Subject: [PATCH] python3: force sem_gevalue for all cross arch --- srcpkgs/python3/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index aebf41852764..04ef3591be55 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -4,7 +4,7 @@ # pkgname=python3 version=3.11.3 -revision=1 +revision=2 build_style="gnu-configure" configure_args="--enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions --with-computed-gotos @@ -39,6 +39,7 @@ alternatives=" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python3" configure_args+=" --with-build-python=python3.11" + configure_args+=" ac_cv_broken_sem_getvalue=no" fi post_extract() {