mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
dbus-glib:
- remove lto/gold hack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user