mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00: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:
parent
ecbf49bcb9
commit
83805eceb1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user