[Pkg-gnupg-commit] r88 - in /gnupg/branches/experimental/debian: changelog rules

thijs at users.alioth.debian.org thijs at users.alioth.debian.org
Tue Jul 29 16:04:31 UTC 2008


Author: thijs
Date: Tue Jul 29 16:04:31 2008
New Revision: 88

URL: http://svn.debian.org/wsvn/pkg-gnupg/?sc=1&rev=88
Log:
Add --disable-asm build flag on ppc64 architecture (Closes: #343434).

Modified:
    gnupg/branches/experimental/debian/changelog
    gnupg/branches/experimental/debian/rules

Modified: gnupg/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/branches/experimental/debian/changelog?rev=88&op=diff
==============================================================================
--- gnupg/branches/experimental/debian/changelog (original)
+++ gnupg/branches/experimental/debian/changelog Tue Jul 29 16:04:31 2008
@@ -19,8 +19,9 @@
   * No longer install gpg-convert-from-106 in the path, but ship
     this script to convert from GnuPG 1.0.6 and earlier as an
     example.
-
- -- Thijs Kinkhorst <thijs at debian.org>  Mon, 28 Jul 2008 19:08:19 +0200
+  * Add --disable-asm build flag on ppc64 architecture (Closes: #343434).
+
+ -- Thijs Kinkhorst <thijs at debian.org>  Tue, 29 Jul 2008 17:58:41 +0200
 
 gnupg (1.4.9-3) unstable; urgency=low
 

Modified: gnupg/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/branches/experimental/debian/rules?rev=88&op=diff
==============================================================================
--- gnupg/branches/experimental/debian/rules (original)
+++ gnupg/branches/experimental/debian/rules Tue Jul 29 16:04:31 2008
@@ -23,6 +23,10 @@
 
 ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 CONFARGS += --host=$(DEB_HOST_GNU_TYPE)
+endif
+
+ifeq ($(DEB_BUILD_ARCH),ppc64)
+CONFARGS += --disable-asm
 endif
 
 ################################### configure ################################




More information about the Pkg-gnupg-commit mailing list