[Pkg-gnutls-commits] r1250 - in /packages/gnutls26/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Sep 10 17:40:51 UTC 2011


Author: ametzler
Date: Sat Sep 10 17:40:51 2011
New Revision: 1250

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1250
Log:
Add -mlong-double-64 to CFLAGS on powerpc to work around gnulib testsuite
error (test-float). See http://savannah.gnu.org/bugs/?33710 and
http://mid.gmane.org/relbj8-8jh.ln1%40argenau.downhill.at.eu.org

Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/rules

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=1250&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sat Sep 10 17:40:51 2011
@@ -1,6 +1,9 @@
 gnutls26 (2.12.10-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Add -mlong-double-64 to CFLAGS on powerpc to work around gnulib testsuite
+    error (test-float). See http://savannah.gnu.org/bugs/?33710 and 
+    http://mid.gmane.org/relbj8-8jh.ln1%40argenau.downhill.at.eu.org
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 03 Sep 2011 15:35:23 +0200
 

Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=1250&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Sat Sep 10 17:40:51 2011
@@ -3,6 +3,11 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+
+ifeq ($(DEB_BUILD_ARCH),powerpc)
+CFLAGS += -mlong-double-64
+export CFLAGS
+endif
 
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script --enable-cxx \
 	--without-lzo --enable-guile \




More information about the Pkg-gnutls-commits mailing list