summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-05-08 20:44:57 +0200
committerFabian Groffen <grobian@gentoo.org>2021-05-08 20:46:37 +0200
commit13c680005d3b585a55860dc6e61578f213897926 (patch)
tree7b8467fea877f75aa30730564f27e7490fa02b57
parentmedia-sound/drumstick: removed obsolete 2.0.0 (diff)
downloadgentoo-13c680005d3b585a55860dc6e61578f213897926.tar.gz
gentoo-13c680005d3b585a55860dc6e61578f213897926.tar.bz2
gentoo-13c680005d3b585a55860dc6e61578f213897926.zip
dev-util/boost-build-1.76.0: run build.sh with a sane shell
In particular on some Prefix systems, /bin/sh might be AT&T 93t sh which doesn't understand "local". Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--dev-util/boost-build/boost-build-1.76.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/boost-build/boost-build-1.76.0.ebuild b/dev-util/boost-build/boost-build-1.76.0.ebuild
index efcd3d2b1a18..1ce39bc6c9c1 100644
--- a/dev-util/boost-build/boost-build-1.76.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.76.0.ebuild
@@ -45,7 +45,7 @@ src_configure() {
src_compile() {
cd engine || die
- ./build.sh cxx --cxx="$(tc-getCXX)" --cxxflags="${CXXFLAGS}" -d+2 --without-python || die "building bjam failed"
+ ${CONFIG_SHELL:-${BASH}} ./build.sh cxx --cxx="$(tc-getCXX)" --cxxflags="${CXXFLAGS}" -d+2 --without-python || die "building bjam failed"
}
src_test() {