[Pkg-gnutls-commits] r274 - in /packages/libgcrypt11/trunk/debian: changelog patches/12_lessdeps_libgcrypt-config.diff

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Feb 11 12:52:01 CET 2007


Author: ametzler
Date: Sun Feb 11 12:52:00 2007
New Revision: 274

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=274
Log:
Drop -lgpg-error from libgcrypt-config --libs output.

Added:
    packages/libgcrypt11/trunk/debian/patches/12_lessdeps_libgcrypt-config.diff
Modified:
    packages/libgcrypt11/trunk/debian/changelog

Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=274&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Sun Feb 11 12:52:00 2007
@@ -1,6 +1,7 @@
 libgcrypt11 (1.2.4-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Drop -lgpg-error from libgcrypt-config --libs output. (Closes: #405238)
 
  -- Andreas Metzler <ametzler at debian.org>  Sat,  3 Feb 2007 14:56:45 +0100
 

Added: packages/libgcrypt11/trunk/debian/patches/12_lessdeps_libgcrypt-config.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/patches/12_lessdeps_libgcrypt-config.diff?rev=274&op=file
==============================================================================
--- packages/libgcrypt11/trunk/debian/patches/12_lessdeps_libgcrypt-config.diff (added)
+++ packages/libgcrypt11/trunk/debian/patches/12_lessdeps_libgcrypt-config.diff Sun Feb 11 12:52:00 2007
@@ -1,0 +1,12 @@
+--- libgcrypt11-1.2.4/src/libgcrypt-config.in.orig	2005-07-29 15:45:42.000000000 +0200
++++ libgcrypt11-1.2.4/src/libgcrypt-config.in	2007-02-11 12:23:29.000000000 +0100
+@@ -143,7 +143,8 @@
+     fi
+ 
+     # Set up `libs_final'.
+-    libs_final="$libs_final $gpg_error_libs"
++    #libs_final="$libs_final $gpg_error_libs"
++    libs_final="-lgcrypt"
+ 
+     echo "$libdirs $libs_final"
+ fi




More information about the Pkg-gnutls-commits mailing list