[Pkg-gnutls-commits] r1812 - in /packages/gnutls28/trunk/debian: changelog patches/32_linkagainstgmp.diff patches/series

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Jun 9 18:08:21 UTC 2013


Author: ametzler
Date: Sun Jun  9 18:08:20 2013
New Revision: 1812

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1812
Log:
[32_linkagainstgmp.diff] Link libgnutls against gmp.

Added:
    packages/gnutls28/trunk/debian/patches/32_linkagainstgmp.diff
Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/patches/series

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1812&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sun Jun  9 18:08:20 2013
@@ -8,6 +8,7 @@
       whether it still fails on kfreebsd-i386.
     + [31_testsuite32bit.diff] Avoid comparing the expiration date to prevent
       false positive error in 32-bit systems.
+    + [32_linkagainstgmp.diff] Link libgnutls against gmp.
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 08 Jun 2013 15:09:44 +0200
 

Added: packages/gnutls28/trunk/debian/patches/32_linkagainstgmp.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/32_linkagainstgmp.diff?rev=1812&op=file
==============================================================================
--- packages/gnutls28/trunk/debian/patches/32_linkagainstgmp.diff (added)
+++ packages/gnutls28/trunk/debian/patches/32_linkagainstgmp.diff Sun Jun  9 18:08:20 2013
@@ -1,0 +1,17 @@
+Description: Link libgnutls against gmp
+ As GnuTLS has started using gmp directly it must link against it.
+ Upstream git already has a better patch.
+Author: Andreas Metzler <ametzler at debian.org>
+Forwarded: not-needed
+
+--- gnutls28-3.2.1.orig/lib/nettle/Makefile.in
++++ gnutls28-3.2.1/lib/nettle/Makefile.in
+@@ -214,7 +214,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
+ CONFIG_CLEAN_FILES =
+ CONFIG_CLEAN_VPATH_FILES =
+ LTLIBRARIES = $(noinst_LTLIBRARIES)
+-libcrypto_la_LIBADD =
++libcrypto_la_LIBADD = -lgmp
+ am_libcrypto_la_OBJECTS = pk.lo mpi.lo mac.lo cipher.lo rnd.lo init.lo \
+ 	egd.lo
+ libcrypto_la_OBJECTS = $(am_libcrypto_la_OBJECTS)

Modified: packages/gnutls28/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/series?rev=1812&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/patches/series (original)
+++ packages/gnutls28/trunk/debian/patches/series Sun Jun  9 18:08:20 2013
@@ -1,3 +1,4 @@
 14_version_gettextcat.diff
 30_forcesystemlibopts.diff
 31_testsuite32bit.diff
+32_linkagainstgmp.diff




More information about the Pkg-gnutls-commits mailing list