dbus-glib:

- remove lto/gold hack
This commit is contained in:
Stephan Raue 2010-06-16 15:16:58 +02:00
parent 65ff669414
commit d568191b12

View File

@ -8,10 +8,6 @@ $SCRIPTS/build glib
$SCRIPTS/build expat
$SCRIPTS/build dbus-glib-host
# 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||"`
export ac_cv_have_abstract_sockets=yes
export ac_cv_func_posix_getpwnam_r=yes
export have_abstract_sockets=yes