mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Enable _ctypes and dynamic linking for python
This commit is contained in:
parent
c936c9c2b6
commit
346d1ce4b2
3 changed files with 3 additions and 5 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue