Package: wwwoffle
Version: 2.9f
wwwoffle fails to build from source in Ubuntu Natty.
Debdiff with fix attached.
diff -u wwwoffle-2.9f/configure wwwoffle-2.9f/configure
--- wwwoffle-2.9f/configure
+++ wwwoffle-2.9f/configure
@@ -4490,7 +4490,7 @@
else
if test "$WITH_GNUTLS" = "yes"; then
GNUTLS_INC=
- GNUTLS_LIB=-lgnutls
+ GNUTLS_LIB="-lgnutls -lgcrypt"
else
GNUTLS_INC="$WITH_GNUTLS/include"
GNUTLS_LIB="$WITH_GNUTLS/lib"
diff -u wwwoffle-2.9f/debian/changelog wwwoffle-2.9f/debian/changelog
--- wwwoffle-2.9f/debian/changelog
+++ wwwoffle-2.9f/debian/changelog
@@ -1,3 +1,10 @@
+wwwoffle (2.9f-2.2ubuntu1) natty; urgency=low
+
+ * Explicitly linked -lgcrypt for binutils-gold.
+ - Fixes FTBFS (LP: #662986)
+
+ -- Roy Jamison <[email protected]> Tue, 19 Oct 2010 10:39:32 +0100
+
wwwoffle (2.9f-2.2) unstable; urgency=low
* Non-maintainer upload.