Hello Peter Fritzsche! Thanks for reporting debian bug #554746. Would you be willing to test if the patch below (plus autoreconf) fixes the build of gssdp with binutils-gold ?
Regards, Andreas Henriksson diff --git a/tests/Makefile.am b/tests/Makefile.am index 14ba6dd..9f47337 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,10 +3,10 @@ AM_CFLAGS = $(LIBGSSDP_CFLAGS) -I$(top_srcdir) noinst_PROGRAMS = test-browser test-publish test_browser_SOURCES = test-browser.c -test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la +test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS) test_publish_SOURCES = test-publish.c -test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la +test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS) CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(BUILT_SOURCES) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org