media-libs/libjpeg-turbo: use bash from Prefix, bug #606442
authorFabian Groffen <grobian@gentoo.org>
Thu, 19 Jan 2017 13:57:30 +0000 (14:57 +0100)
committerFabian Groffen <grobian@gentoo.org>
Thu, 19 Jan 2017 13:57:38 +0000 (14:57 +0100)
Package-Manager: portage-2.3.0

media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild

index 0b2fbc7f3d7ab81cbb4643d4edbb82fd00d9643a..be6b8f2547fce44aa861006b90aab4828a5a93bd 100644 (file)
@@ -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) \