debian/rules: Export MAKE to override an internal upstream build
authorAaron M. Ucko <ucko@debian.org>
Thu, 9 Jun 2011 23:19:52 +0000 (23:19 +0000)
committerAaron M. Ucko <ucko@debian.org>
Thu, 9 Jun 2011 23:19:52 +0000 (23:19 +0000)
script that otherwise incorrectly defaults to gmake on non-Linux
architectures. (Really closes: #629656, with any luck.)

debian/changelog
debian/rules

index 8b81a45d7a106094df1f3676304cf763a550f43e..558cfe7ff412ea19dc6661c29137634a0c152c13 100644 (file)
@@ -2,8 +2,12 @@ ncbi-blast+ (2.2.25-3) UNRELEASED; urgency=low
 
   * 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@debian.org>  Thu, 09 Jun 2011 19:17:22 -0400
+ -- Aaron M. Ucko <ucko@debian.org>  Thu, 09 Jun 2011 19:19:46 -0400
 
 ncbi-blast+ (2.2.25-2) unstable; urgency=low
 
index ba3a8a14ea225b1c3c6d8db56c316bd5fc973c81..e4b82d32d2706ee60de60c8612be1cdc7ca6d1cf 100755 (executable)
@@ -22,6 +22,8 @@ ifneq (,$(findstring mips,$(DEB_HOST_ARCH)))
 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)} \