dbus-python: remove options.python support, remove any unneeded configure option

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-19 20:33:27 +02:00
parent 99f00e2ae3
commit c96f042a54

View File

@ -7,7 +7,7 @@ $SCRIPTS/build Python
$SCRIPTS/build dbus
$SCRIPTS/build dbus-glib
. config/options.python
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
cd $PKG_BUILD
@ -17,10 +17,9 @@ cd $PKG_BUILD
--sysconfdir=/etc \
--disable-static \
--enable-shared \
--enable-thread
make
$MAKEINSTALL
$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py .
python -Wi -t $PYTHON_LIBDIR/compileall.py .