dasher r3487 - in trunk: . Src



Author: alarson
Date: Sun Mar 30 18:09:22 2008
New Revision: 3487
URL: http://svn.gnome.org/viewvc/dasher?rev=3487&view=rev

Log:
Apply Gentoo dasher-4.7.0-as-needed.patch to permit linking with
"--as-needed" (#525028).


Modified:
   trunk/ChangeLog
   trunk/Src/Makefile.am

Modified: trunk/Src/Makefile.am
==============================================================================
--- trunk/Src/Makefile.am	(original)
+++ trunk/Src/Makefile.am	Sun Mar 30 18:09:22 2008
@@ -24,17 +24,17 @@
 	-DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
 
 dasher_LDADD = \
-	$(GTK2BUILD_LIBS) \
-	-lexpat \
-	$(POPT_LIBS) \
-	$(GPELIB) \
 	Common/libdashermisc.a \
 	Gtk2/libdashergtk.a \
 	Gtk2/libdashercontrol.a \
 	DasherCore/libdashercore.a \
 	DasherCore/libdasherprefs.a \
 	DasherCore/LanguageModelling/libdasherlm.a \
-	Common/libdashermisc.a
+	Common/libdashermisc.a \
+	$(GTK2BUILD_LIBS) \
+	-lexpat \
+	$(POPT_LIBS) \
+	$(GPELIB)
 #endif
 
 #if DOQTE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]