mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user