[Pkg-gnutls-commits] r533 - in /packages/gnutls26/branches/branch2.3.x/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat May 17 15:48:52 UTC 2008


Author: ametzler
Date: Sat May 17 15:48:51 2008
New Revision: 533

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=533
Log:
For paranoia sake build with -D_REENTRANT even if upstream has stopped doing so.

Modified:
    packages/gnutls26/branches/branch2.3.x/debian/changelog
    packages/gnutls26/branches/branch2.3.x/debian/rules

Modified: packages/gnutls26/branches/branch2.3.x/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.3.x/debian/changelog?rev=533&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.3.x/debian/changelog (original)
+++ packages/gnutls26/branches/branch2.3.x/debian/changelog Sat May 17 15:48:51 2008
@@ -7,6 +7,8 @@
     - certtool asks for password confirmation. Closes: #364287
     - performance enhancements for gnutls_certificate_set_x509_trust_file.
       Closes: #400448
+    - For paranoia sake build with -D_REENTRANT even if upstream has stopped
+      doing so.
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 17 May 2008 16:56:04 +0200
 

Modified: packages/gnutls26/branches/branch2.3.x/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.3.x/debian/rules?rev=533&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.3.x/debian/rules (original)
+++ packages/gnutls26/branches/branch2.3.x/debian/rules Sat May 17 15:48:51 2008
@@ -1,6 +1,7 @@
 #! /usr/bin/make -f
 # Build the gnutls package for Debian.
 
+CFLAGS += -D_REENTRANT
 ifeq ($(DEB_BUILD_ARCH),hppa)
 	CFLAGS += -fno-gcse
 endif




More information about the Pkg-gnutls-commits mailing list