[libchamplain/libchamplain-0-4] Fix Debian Bug #555082 about linking with gold



commit 2e8fe8f7712f3b6105c86067c08e8560a0581ff5
Author: Laurent Bigonville <bigon debian org>
Date:   Sun Nov 15 23:35:29 2009 -0500

    Fix Debian Bug #555082 about linking with gold
    
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555082

 AUTHORS           |    1 +
 demos/Makefile.am |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index bad8eb1..6479806 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,3 +27,4 @@ Felix Riemann <friemann gnome org>
 Halton Huo <halton huo sun com>
 Bruce Cowan <bcowan fastmail co uk>
 Koop Mast <kwm freebsd org>
+Laurent Bigonville <bigon debian org>
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 4abb6ea..cbc42a6 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -15,9 +15,8 @@ polygons_SOURCES = polygons.c
 polygons_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
 
 url_marker_SOURCES = url-marker.c
-url_marker_LDADD = $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
 url_marker_CPPFLAGS = $(DEPS_CFLAGS) $(SOUP_CFLAGS)
-url_marker_LDADD = $(SOUP_DEPS_LIBS) $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
+url_marker_LDADD = $(SOUP_LIBS) $(DEPS_LIBS) ../champlain/libchamplain-0.4.la
 
 if ENABLE_GTK
 noinst_PROGRAMS += launcher-gtk



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