From 878285d6d53aad604ee871dc206688c52305c0ba Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 19 Jan 2017 14:57:30 +0100 Subject: [PATCH] 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 0b2fbc7f3d7a..be6b8f2547fc 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) \ -- 2.26.2