From: Aaron M. Ucko Date: Thu, 9 Jun 2011 23:19:52 +0000 (+0000) Subject: debian/rules: Export MAKE to override an internal upstream build X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~329 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02bf6db81eb822b82db6c87fffe4ea3e7968e0c6;p=ncbi-blast%2B.git 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.) --- diff --git a/debian/changelog b/debian/changelog index 8b81a45d..558cfe7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 09 Jun 2011 19:17:22 -0400 + -- Aaron M. Ucko Thu, 09 Jun 2011 19:19:46 -0400 ncbi-blast+ (2.2.25-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ba3a8a14..e4b82d32 100755 --- a/debian/rules +++ b/debian/rules @@ -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)} \