mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dbus-python: remove options.python support, remove any unneeded configure option
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
99f00e2ae3
commit
c96f042a54
@ -7,7 +7,7 @@ $SCRIPTS/build Python
|
|||||||
$SCRIPTS/build dbus
|
$SCRIPTS/build dbus
|
||||||
$SCRIPTS/build dbus-glib
|
$SCRIPTS/build dbus-glib
|
||||||
|
|
||||||
. config/options.python
|
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
@ -17,10 +17,9 @@ cd $PKG_BUILD
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-thread
|
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
|
||||||
$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py .
|
python -Wi -t $PYTHON_LIBDIR/compileall.py .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user