Your message dated Mon, 06 Jun 2011 00:24:26 +0200
with message-id <4dec021a.6030...@debian.org>
and subject line Fix FTBFS with ld --no-add-needed
has caused the Debian Bug report #604794,
regarding Fix FTBFS with ld --no-add-needed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
604794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgweather
Version: 2.30.3-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch
User: peter.fritzs...@gmx.de
Usertags: no-add-needed
Fix FTBFS with ld --no-add-needed
--- ./libgweather/Makefile.am~ 2010-07-02 11:53:01.000000000 +0200
+++ ./libgweather/Makefile.am 2010-10-07 19:20:21.052108626 +0200
@@ -51,6 +51,7 @@
libgweather_la_LIBADD = \
-lm \
$(GTK_LIBS) \
+ $(GLIB_LIBS) \
$(LIBXML_LIBS) \
$(LIBSOUP_LIBS) \
$(GCONF_LIBS) \
@@ -88,6 +89,7 @@
test_metar_LDADD = \
$(LIBSOUP_LIBS) \
$(REGEX_LIBS) \
+ $(GTK_LIBS) \
libgweather.la
test_locations_SOURCES = test_locations.c
@@ -100,7 +102,7 @@
$(GNOME_VFS_APPLETS_CFLAGS) \
-DG_LOG_DOMAIN=\"GWeather\"
-test_locations_LDADD = libgweather.la
+test_locations_LDADD = $(GTK_LIBS) libgweather.la
test_sun_moon_SOURCES = \
test_sun_moon.c
@@ -115,6 +117,7 @@
test_sun_moon_LDADD = \
$(LIBSOUP_LIBS) \
+ $(GTK_LIBS) \
libgweather.la
noinst_HEADERS = weather-priv.h gweather-win32.h
--- End Message ---
--- Begin Message ---
Version: 2.30.3-2
Tested the versions from exp and unstable, both build fine, so closing.
Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---