mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +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" \
|
PYTHON_MODULES_LIB="$TARGET_LIBDIR" \
|
||||||
install
|
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