tags 554330 + patch pending thanks Hi,
The attached patch solves the FTBFS with binutils-gold and waits to be sponsored. Best regards, Johann Felix Soden
diff -Nru esperanza-0.4.0+git20091017/debian/changelog esperanza-0.4.0+git20091017/debian/changelog --- esperanza-0.4.0+git20091017/debian/changelog 2010-02-28 18:41:26.000000000 +0100 +++ esperanza-0.4.0+git20091017/debian/changelog 2011-12-05 00:49:03.000000000 +0100 @@ -1,3 +1,10 @@ +esperanza (0.4.0+git20091017-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with binutils-gold (Closes: #554330). + + -- Johann Felix Soden <[email protected]> Mon, 05 Dec 2011 00:15:55 +0100 + esperanza (0.4.0+git20091017-1) unstable; urgency=low * New upstream snapshot. diff -Nru esperanza-0.4.0+git20091017/debian/patches/binutils-gold.patch esperanza-0.4.0+git20091017/debian/patches/binutils-gold.patch --- esperanza-0.4.0+git20091017/debian/patches/binutils-gold.patch 1970-01-01 01:00:00.000000000 +0100 +++ esperanza-0.4.0+git20091017/debian/patches/binutils-gold.patch 2011-12-05 00:48:56.000000000 +0100 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with binutils-gold +Author: Johann Felix Soden [email protected]> +Bug-Debian: http://bugs.debian.org/554330 +--- a/config.pri ++++ b/config.pri +@@ -12,6 +12,8 @@ + + !win32 { + include (conf.pri) ++ QMAKE_LFLAGS += -Wl,--as-needed ++ LIBS += -lboost_signals -lX11 + } + + win32 { diff -Nru esperanza-0.4.0+git20091017/debian/patches/series esperanza-0.4.0+git20091017/debian/patches/series --- esperanza-0.4.0+git20091017/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ esperanza-0.4.0+git20091017/debian/patches/series 2011-12-05 00:22:52.000000000 +0100 @@ -0,0 +1 @@ +binutils-gold.patch

