with zsh4 masquerading as ksh, which configure otherwise favors (due to
complaints from users with broken BASH_ENV scripts that change directories).
- 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.)
+ - Force CONFIG_SHELL=/bin/bash to avoid lossage that can occur with zsh4
+ masquerading as ksh, which configure otherwise favors (due to complaints
+ from users with broken BASH_ENV scripts that change directories).
- -- Aaron M. Ucko <ucko@debian.org> Thu, 09 Jun 2011 19:19:46 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Thu, 09 Jun 2011 19:22:24 -0400
ncbi-blast+ (2.2.25-2) unstable; urgency=low
llp=LD_LIBRARY_PATH
override_dh_auto_configure:
cd c++ && $(llp)=$(CURDIR)/c++/BUILD/lib$${$(llp)+:$$$(llp)} \
- ./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
+ CONFIG_SHELL=/bin/bash ./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
override_dh_auto_build:
cd c++/BUILD/build && make -f Makefile.flat \