[Pkg-gnutls-commits] r918 - in /packages/libgcrypt11/trunk/debian: changelog patches/13_ftbfs_gold.diff patches/series

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Dec 11 12:34:36 UTC 2010


Author: ametzler
Date: Sat Dec 11 12:34:35 2010
New Revision: 918

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=918
Log:
fix build failure with binutils-gold. #555179

Added:
    packages/libgcrypt11/trunk/debian/patches/13_ftbfs_gold.diff
Modified:
    packages/libgcrypt11/trunk/debian/changelog
    packages/libgcrypt11/trunk/debian/patches/series

Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=918&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Sat Dec 11 12:34:35 2010
@@ -1,6 +1,8 @@
 libgcrypt11 (1.4.6-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/patches/13_ftbfs_gold.diff fix build failure with binutils-gold.
+    Closes: #555179
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 11 Dec 2010 13:17:44 +0100
 

Added: packages/libgcrypt11/trunk/debian/patches/13_ftbfs_gold.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/patches/13_ftbfs_gold.diff?rev=918&op=file
==============================================================================
--- packages/libgcrypt11/trunk/debian/patches/13_ftbfs_gold.diff (added)
+++ packages/libgcrypt11/trunk/debian/patches/13_ftbfs_gold.diff Sat Dec 11 12:34:35 2010
@@ -1,0 +1,17 @@
+Description: Fix FTBFS with binutils-gold.
+Author: Andreas Metzler <ametzler at debian.org>
+Bug-Debian: http://bugs.debian.org/555179
+Forwarded: http://mid.gmane.org/6on8h7-jik.ln1@argenau.downhill.at.eu.org
+X-Applied-in-upstream-svn: yes
+
+--- libgcrypt11-1.4.6.orig/tests/Makefile.in
++++ libgcrypt11-1.4.6/tests/Makefile.in
+@@ -338,7 +338,7 @@ top_srcdir = @top_srcdir@
+ # a built header.
+ AM_CPPFLAGS = -I../src -I$(top_srcdir)/src
+ AM_CFLAGS = $(GPG_ERROR_CFLAGS)
+-LDADD = ../src/libgcrypt.la $(DL_LIBS)
++LDADD = ../src/libgcrypt.la $(DL_LIBS) @GPG_ERROR_LIBS@
+ EXTRA_DIST = README rsa-16k.key cavs_tests.sh cavs_driver.pl
+ all: all-am
+ 

Modified: packages/libgcrypt11/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/patches/series?rev=918&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/patches/series (original)
+++ packages/libgcrypt11/trunk/debian/patches/series Sat Dec 11 12:34:35 2010
@@ -1,1 +1,2 @@
 12_lessdeps_libgcrypt-config.diff
+13_ftbfs_gold.diff




More information about the Pkg-gnutls-commits mailing list