commit: 0f3df0a7b04dcb6f44632e872fdd252c7fe6bb25 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Mon Nov 2 19:27:21 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Nov 2 19:27:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3df0a7
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 <AT> gentoo.org> dev-java/icedtea/icedtea-3.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/icedtea/icedtea-3.17.0.ebuild b/dev-java/icedtea/icedtea-3.17.0.ebuild index e45ecc44c97..a1cdb9d968d 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}" \
