mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
python: distutils per default adds -L$LIBDIR when linking binary extensions, thats bad
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -83,3 +83,6 @@ make -j1 CC="$TARGET_CC" \
|
||||
PYTHON_MODULES_LIB="$TARGET_LIBDIR" \
|
||||
install
|
||||
|
||||
# python distutils per default adds -L$LIBDIR when linking binary extensions
|
||||
sed -e "s|^LIBDIR=.*|LIBDIR= $SYSROOT_PREFIX/usr/lib|" \
|
||||
-i $SYSROOT_PREFIX/usr/lib/python*/config/Makefile
|
||||
|
||||
Reference in New Issue
Block a user