summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-11-02 11:27:21 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-11-02 11:27:21 -0800
commit0f3df0a7b04dcb6f44632e872fdd252c7fe6bb25 (patch)
tree1e82416e380104a33d50501aa54425ddfefeea10
parentnet-im/telegram-desktop: security cleanup (diff)
downloadgentoo-0f3df0a7b04dcb6f44632e872fdd252c7fe6bb25.tar.gz
gentoo-0f3df0a7b04dcb6f44632e872fdd252c7fe6bb25.tar.bz2
gentoo-0f3df0a7b04dcb6f44632e872fdd252c7fe6bb25.zip
dev-java/icedtea: force bash for ./configure
Bug: https://bugs.gentoo.org/722292 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--dev-java/icedtea/icedtea-3.17.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/icedtea/icedtea-3.17.0.ebuild b/dev-java/icedtea/icedtea-3.17.0.ebuild
index e45ecc44c975..a1cdb9d968d7 100644
--- a/dev-java/icedtea/icedtea-3.17.0.ebuild
+++ b/dev-java/icedtea/icedtea-3.17.0.ebuild
@@ -299,7 +299,7 @@ src_configure() {
unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
- econf ${config} \
+ CONFIG_SHELL="${EPREFIX}/bin/bash" econf ${config} \
--with-openjdk-src-zip="${DISTDIR}/${OPENJDK_GENTOO_TARBALL}" \
--with-corba-src-zip="${DISTDIR}/${CORBA_GENTOO_TARBALL}" \
--with-jaxp-src-zip="${DISTDIR}/${JAXP_GENTOO_TARBALL}" \