dbus-python:

- remove lto/gold hack
This commit is contained in:
Stephan Raue 2010-06-16 15:21:27 +02:00
parent f6f48ce9a7
commit 15528c9c24

View File

@ -9,10 +9,6 @@ $SCRIPTS/build dbus-glib
. config/options.python
# Fails to compile with GCC's link time optimization.
CFLAGS=`echo $CFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
LDFLAGS=`echo $LDFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
cd $PKG_BUILD
./configure --host=$TARGET_NAME \