diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2021-05-20 01:40:26 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2021-05-20 01:40:26 +0300 |
commit | 9032b73ff8422d412dc33a05f9cdabe889bb003f (patch) | |
tree | 4fcf480711d583fa721f9f65da42aedcd99dce82 /sci-physics | |
parent | sci-mathematics/prng: cleanup old (diff) | |
download | gentoo-9032b73ff8422d412dc33a05f9cdabe889bb003f.tar.gz gentoo-9032b73ff8422d412dc33a05f9cdabe889bb003f.tar.bz2 gentoo-9032b73ff8422d412dc33a05f9cdabe889bb003f.zip |
sci-physics/fastjet: fix build with dash as /bin/sh
configure.ac is full of bash-specific code, so request /bin/bash as
configure shell explicitly.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/fastjet/fastjet-3.0.6-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild index c6472206f843..59084ef062c1 100644 --- a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild +++ b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild @@ -33,6 +33,7 @@ src_configure() { use cgal && \ has_version 'sci-mathematics/cgal[gmp]' && append-libs -lgmp + CONFIG_SHELL="${EPREFIX}/bin/bash" \ econf \ --disable-static \ $(use_enable cgal) \ |