mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python:
- build and install shared libpython
This commit is contained in:
parent
ad1b45f549
commit
15de2ff56b
@ -48,7 +48,7 @@ OPT="$TARGET_CFLAGS -fno-strict-aliasing" \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-shared \
|
||||
--enable-shared \
|
||||
--with-threads \
|
||||
--disable-ipv6 \
|
||||
--disable-profiling \
|
||||
|
@ -9,8 +9,8 @@ mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/python $INSTALL/usr/bin/
|
||||
$STRIP $INSTALL/usr/bin/python
|
||||
|
||||
#mkdir -p $INSTALL/usr/lib
|
||||
#cp $PKG_BUILD/libpython*.so* $INSTALL/usr/lib/
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/libpython*.so* $INSTALL/usr/lib/
|
||||
|
||||
mkdir -p $PYTHON_LIB_DIR/lib-dynload
|
||||
cp $PKG_BUILD/build/lib*/*.so $PYTHON_LIB_DIR/lib-dynload
|
||||
|
Loading…
x
Reference in New Issue
Block a user