Package: wwwoffle
Version: 2.9f-2.2
Followup-For: Bug #615795
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
In Ubuntu, the attached patch (courtesy of Roy Jamison
<[email protected]>) was applied to achieve the following:
* Explicitly linked -lgcrypt for binutils-gold, fixes the
FTBFS (LP: #662986)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
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"