[med-svn] r6976 - trunk/packages/ncbi-blast+/trunk/debian

Aaron M. Ucko ucko at alioth.debian.org
Thu Jun 9 23:19:52 UTC 2011


Author: ucko
Date: 2011-06-09 23:19:52 +0000 (Thu, 09 Jun 2011)
New Revision: 6976

Modified:
   trunk/packages/ncbi-blast+/trunk/debian/changelog
   trunk/packages/ncbi-blast+/trunk/debian/rules
Log:
debian/rules: Export MAKE to override an internal upstream build
script that otherwise incorrectly defaults to gmake on non-Linux
architectures. (Really closes: #629656, with any luck.)


Modified: trunk/packages/ncbi-blast+/trunk/debian/changelog
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/changelog	2011-06-09 23:17:27 UTC (rev 6975)
+++ trunk/packages/ncbi-blast+/trunk/debian/changelog	2011-06-09 23:19:52 UTC (rev 6976)
@@ -2,8 +2,12 @@
 
   * NOT RELEASED YET
   * Team upload.
+  * debian/rules:
+    - Export MAKE to override an internal upstream build script that
+      otherwise incorrectly defaults to gmake on non-Linux
+      architectures. (Really closes: #629656, with any luck.)
 
- -- Aaron M. Ucko <ucko at debian.org>  Thu, 09 Jun 2011 19:17:22 -0400
+ -- Aaron M. Ucko <ucko at debian.org>  Thu, 09 Jun 2011 19:19:46 -0400
 
 ncbi-blast+ (2.2.25-2) unstable; urgency=low
 

Modified: trunk/packages/ncbi-blast+/trunk/debian/rules
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/rules	2011-06-09 23:17:27 UTC (rev 6975)
+++ trunk/packages/ncbi-blast+/trunk/debian/rules	2011-06-09 23:19:52 UTC (rev 6976)
@@ -22,6 +22,8 @@
 DEB_CONFIGURE_EXTRA_FLAGS += CXXFLAGS=-O FAST_CXXFLAGS=-O
 endif
 
+export MAKE
+
 llp=LD_LIBRARY_PATH
 override_dh_auto_configure:
 	cd c++  &&  $(llp)=$(CURDIR)/c++/BUILD/lib$${$(llp)+:$$$(llp)} \




More information about the debian-med-commit mailing list