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

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Wed Oct 12 17:02:44 UTC 2011


Author: ametzler
Date: Wed Oct 12 17:02:42 2011
New Revision: 1271

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1271
Log:
Also use -mlong-double-64 on powerpc64 

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=1271&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Wed Oct 12 17:02:42 2011
@@ -1,6 +1,8 @@
 gnutls26 (2.12.11-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Also use -mlong-double-64 on powerpc64 (Thanks Hiroyuki Yamamoto).
+    Closes: #644944
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 01 Oct 2011 15:34:24 +0200
 

Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=1271&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Wed Oct 12 17:02:42 2011
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-ifeq ($(DEB_BUILD_ARCH),powerpc)
+ifneq (,$(filter $(DEB_BUILD_ARCH),powerpc ppc64))
 CFLAGS += -mlong-double-64
 export CFLAGS
 endif




More information about the Pkg-gnutls-commits mailing list