Skip to content

Commit

Permalink
Make the final Python build dynamic, to support runtime library loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Googulator committed May 24, 2024
1 parent 659cb09 commit fddc14f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions steps/python-3.11.1/pass1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit fddc14f

Please sign in to comment.