Author: ken
Date: Sat Feb  6 15:59:19 2016
New Revision: 3349

Log:
A patch to let libglade-2.6.4 build with the gold linker.

Added:
   trunk/libglade/
   trunk/libglade/libglade-2.6.4-gold-1.patch

Added: trunk/libglade/libglade-2.6.4-gold-1.patch
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/libglade/libglade-2.6.4-gold-1.patch  Sat Feb  6 15:59:19 2016        
(r3349)
@@ -0,0 +1,24 @@
+Submitted By: Ken Moffat <ken at linuxfromscratch dot org>
+Date: 2016-02-06
+Initial Package Version: 2.6.4
+Upstream Status: I believe version 2 is defunct
+Origin: Found at gentoo
+Description: Fixes build failure when the gold linker is used.
+
+ configure.in |    3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/configure.in b/configure.in
+index e0c52a8..b2a4a4a 100644
+--- a/configure.in
++++ b/configure.in
+@@ -46,7 +46,8 @@ PKG_CHECK_MODULES(LIBGLADE, [dnl
+   libxml-2.0 >= required_libxml_version dnl
+   atk >= required_atk_version dnl
+   gtk+-2.0 >= required_gtk_version dnl
+-  glib-2.0 >= required_glib_version])
++  glib-2.0 >= required_glib_version dnl
++  gmodule-no-export-2.0 >= required_glib_version])
+ 
+ AC_MSG_CHECKING([for native Win32])
+ case "$host" in
-- 
http://lists.linuxfromscratch.org/listinfo/patches
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to