[Pkg-scicomp-commits] gmp/trunk/debian [BROKEN EMAIL]


Sat Aug 9 21:32:12 UTC 2008


SVN commit 3825 by smr:

Base decision for --disable-fat on DEB_HOST_ARCH_CPU instead of DEB_HOST_ARCH, to build on freebsd-amd64.  Closes: #490555.

 M  +4 -1      gmp/trunk/debian/changelog  
 M  +1 -1      gmp/trunk/debian/rules  


--- gmp/trunk/debian/changelog #3824:3825
@@ -18,7 +18,10 @@
   * debian/control: Add Vcs-Browser and Vcs-Svn fields.  Change maintainer
     to pkg-scicomp-devel, change uploaders to me.
   
- -- Steve M. Robbins <smr at debian.org>  Sat, 09 Aug 2008 16:14:58 -0500
+  * debian/rules: Base decision for --disable-fat on DEB_HOST_ARCH_CPU
+    instead of DEB_HOST_ARCH, to build on freebsd-amd64.  Closes: #490555.
+  
+ -- Steve M. Robbins <smr at debian.org>  Sat, 09 Aug 2008 16:31:40 -0500
 
 gmp (2:4.2.2+dfsg-3) unstable; urgency=low
 
--- gmp/trunk/debian/rules #3824:3825
@@ -8,7 +8,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-cxx --enable-mpbsd
 
-ifeq (amd64,$(DEB_HOST_ARCH))
+ifeq (amd64,$(DEB_HOST_ARCH_CPU))
   DEB_CONFIGURE_EXTRA_FLAGS += --disable-fat
 else
   DEB_CONFIGURE_EXTRA_FLAGS += --enable-fat



More information about the Pkg-scicomp-commits mailing list