commit: 878285d6d53aad604ee871dc206688c52305c0ba
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 13:57:30 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 13:57:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878285d6
media-libs/libjpeg-turbo: use bash from Prefix, bug #606442
Package-Manager: portage-2.3.0
media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
index 0b2fbc7..be6b8f2 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -59,7 +59,7 @@ multilib_src_configure() {
[[ ${ABI} == "x32" ]] && myconf+=( --without-simd ) #420239
# Force /bin/bash until upstream generates a new version. #533902
- CONFIG_SHELL=/bin/bash \
+ CONFIG_SHELL="${EPREFIX}"/bin/bash \
ECONF_SOURCE=${S} \
econf \
$(use_enable static-libs static) \