#! /bin/sh /usr/share/dpatch/dpatch-run ## 40_binutils-gold.dpatch by Bhavani Shankar ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix FTBFS with ld --no-add-needed in natty toolchain. @DPATCH@ diff -urNad anubis-4.1.1+dfsg1~/src/Makefile.in anubis-4.1.1+dfsg1/src/Makefile.in --- anubis-4.1.1+dfsg1~/src/Makefile.in 2008-12-20 00:00:12.000000000 +0530 +++ anubis-4.1.1+dfsg1/src/Makefile.in 2011-02-03 18:55:07.695872244 +0530 @@ -546,7 +546,7 @@ bin_PROGRAMS = @ANUBIS_BIN_ADM@ noinst_LIBRARIES = libanubisdb.a anubis_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a\ - @LIBINTL@ $(GUILE_LIBS) @LIBGNUTLS_LIBS@ @GSASL_LIBS@ + @LIBINTL@ $(GUILE_LIBS) @LIBGNUTLS_LIBS@ @GSASL_LIBS@ -lgpg-error anubis_SOURCES = \ authmode.c \