From c96f042a54849ccf3db5fabfda214f1c89c7f4fc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 19 Oct 2010 20:33:27 +0200 Subject: [PATCH] dbus-python: remove options.python support, remove any unneeded configure option Signed-off-by: Stephan Raue --- packages/python/system/dbus-python/build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/python/system/dbus-python/build b/packages/python/system/dbus-python/build index d17aad08e0..9f3eb8478d 100755 --- a/packages/python/system/dbus-python/build +++ b/packages/python/system/dbus-python/build @@ -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 .