script that otherwise incorrectly defaults to gmake on non-Linux
architectures. (Really closes: #629656, with any luck.)
* 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
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)} \