Enable _ctypes and dynamic linking for python

This commit is contained in:
mid-kid 2024-07-31 18:47:57 +02:00
parent c936c9c2b6
commit 346d1ce4b2
3 changed files with 3 additions and 5 deletions

View file

@ -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() {