[mingw-gtk2: 61/65] Improved the gmodule linker patch

epienbro epienbro at fedoraproject.org
Tue Mar 6 20:05:23 UTC 2012


commit 81e53ad3627bc65bd695fde08bdd24649745d6a9
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Feb 2 00:48:52 2012 +0100

    Improved the gmodule linker patch

 gtk2-fixdso.patch |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/gtk2-fixdso.patch b/gtk2-fixdso.patch
index 02a55dd..6bbc1bd 100644
--- a/gtk2-fixdso.patch
+++ b/gtk2-fixdso.patch
@@ -9,3 +9,25 @@
  libgtk_quartz_2_0_la_LDFLAGS = $(libtool_opts)
  libgtk_directfb_2_0_la_LDFLAGS = $(libtool_opts)
  libgtk_x11_2_0_la_LIBADD = $(libadd)
+--- modules/engines/ms-windows/Makefile.in.orig	2012-02-02 00:23:20.954125712 +0100
++++ modules/engines/ms-windows/Makefile.in	2012-02-02 00:24:12.550047028 +0100
+@@ -442,7 +442,7 @@
+ 	xp_theme.h
+ 
+ libwimp_la_LDFLAGS = \
+-	-avoid-version -module -no-undefined -export-dynamic
++	-avoid-version -module -no-undefined -export-dynamic -lgmodule-2.0
+ 
+ libwimp_la_LIBADD = $(LDADDS) -lgdi32
+ all: all-recursive
+--- modules/other/gail/Makefile.in.orig	2012-02-02 00:36:41.391489815 +0100
++++ modules/other/gail/Makefile.in	2012-02-02 00:36:58.311794628 +0100
+@@ -610,7 +610,7 @@
+ libgail_la_LDFLAGS = \
+ 	-rpath $(moduledir) -module -avoid-version \
+ 	$(no_undefined) \
+-        $(LDFLAGS)
++        $(LDFLAGS) -lgmodule-2.0
+ 
+ all: all-recursive
+ 


More information about the scm-commits mailing list