summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-12-01 19:24:49 +0100
committerFabian Groffen <grobian@gentoo.org>2017-12-01 19:24:49 +0100
commitfafea99183c65304a001f4e52dcaa4077daac9a4 (patch)
tree04588a987a68ad101e7a8c9c48c42bacb0127310 /sys-devel/bc/bc-1.06.95-r2.ebuild
parentapp-text/opensp: fix building when /bin/sh isn't bash (diff)
downloadgentoo-fafea99183c65304a001f4e52dcaa4077daac9a4.tar.gz
gentoo-fafea99183c65304a001f4e52dcaa4077daac9a4.tar.bz2
gentoo-fafea99183c65304a001f4e52dcaa4077daac9a4.zip
sys-devel/bc: fix configure by forcing bash
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-devel/bc/bc-1.06.95-r2.ebuild')
-rw-r--r--sys-devel/bc/bc-1.06.95-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/bc/bc-1.06.95-r2.ebuild b/sys-devel/bc/bc-1.06.95-r2.ebuild
index 23e3d478171b..6730e90a8280 100644
--- a/sys-devel/bc/bc-1.06.95-r2.ebuild
+++ b/sys-devel/bc/bc-1.06.95-r2.ebuild
@@ -29,6 +29,8 @@ src_prepare() {
}
src_configure() {
+ export CONFIG_SHELL=${BASH}
+
local libedit
if use readline ; then
libedit="--without-libedit"