mirror of
https://github.com/mstorsjo/llvm-mingw
synced 2026-06-21 14:01:00 +00:00
build-python: Add --with-pic to fix the native static libffi on x86_64
This fixes building python on x86_64 linux after
fabc4571b2.
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ if [ -z "$HOST" ]; then
|
||||
[ -z "$CLEAN" ] || rm -rf $BUILDDIR
|
||||
mkdir -p $BUILDDIR
|
||||
cd $BUILDDIR
|
||||
../configure --prefix="$PREFIX" --disable-symvers --disable-docs --disable-shared
|
||||
../configure --prefix="$PREFIX" --disable-symvers --disable-docs --disable-shared --with-pic
|
||||
$MAKE -j$CORES
|
||||
$MAKE install
|
||||
cd ../..
|
||||
|
||||
Reference in New Issue
Block a user