Skip to content

Commit fddc14f

Browse files
committed
Make the final Python build dynamic, to support runtime library loading
1 parent 659cb09 commit fddc14f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

steps/python-3.11.1/pass1.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,12 @@ src_configure() {
5454
MACHDEP=linux ac_sys_system=Linux \
5555
CPPFLAGS="-U__DATE__ -U__TIME__" \
5656
PKG_CONFIG_PATH="${LIBDIR}/pkgconfig/" \
57-
LDFLAGS="-static" \
5857
./configure \
5958
--build=i386-unknown-linux-musl \
6059
--host=i386-unknown-linux-musl \
6160
--prefix="${PREFIX}" \
6261
--libdir="${LIBDIR}" \
63-
--with-system-ffi \
64-
--disable-shared
62+
--with-system-ffi
6563
}
6664

6765
src_compile() {

0 commit comments

Comments
 (0)