From fddc14fd9ee64a600c1adc5c6da143a93ce91d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Stefanik?= Date: Fri, 24 May 2024 22:25:09 +0200 Subject: [PATCH] Make the final Python build dynamic, to support runtime library loading --- steps/python-3.11.1/pass1.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/steps/python-3.11.1/pass1.sh b/steps/python-3.11.1/pass1.sh index 56928e26..885d64d3 100755 --- a/steps/python-3.11.1/pass1.sh +++ b/steps/python-3.11.1/pass1.sh @@ -54,14 +54,12 @@ src_configure() { MACHDEP=linux ac_sys_system=Linux \ CPPFLAGS="-U__DATE__ -U__TIME__" \ PKG_CONFIG_PATH="${LIBDIR}/pkgconfig/" \ - LDFLAGS="-static" \ ./configure \ --build=i386-unknown-linux-musl \ --host=i386-unknown-linux-musl \ --prefix="${PREFIX}" \ --libdir="${LIBDIR}" \ - --with-system-ffi \ - --disable-shared + --with-system-ffi } src_compile() {