From 15528c9c24e47e6d363bd49b4cb6ded7489ea2f4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 16 Jun 2010 15:21:27 +0200 Subject: [PATCH] dbus-python: - remove lto/gold hack --- packages/python/system/dbus-python/build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/python/system/dbus-python/build b/packages/python/system/dbus-python/build index 849754b88f..695c4f4be1 100755 --- a/packages/python/system/dbus-python/build +++ b/packages/python/system/dbus-python/build @@ -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 \