File: 40_binutils-gold.dpatch

package info (click to toggle)
anubis 4.1.1%2Bdfsg1-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,896 kB
  • sloc: ansic: 17,484; sh: 4,923; yacc: 1,432; exp: 912; lisp: 698; lex: 415; makefile: 364; perl: 223; awk: 62; sed: 16
file content (19 lines) | stat: -rw-r--r-- 796 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 40_binutils-gold.dpatch by Bhavani Shankar <bhavi@ubuntu.com>
##
## 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 \