dev-libs/gmp: fix configure, bug #603216
authorFabian Groffen <grobian@gentoo.org>
Tue, 20 Dec 2016 17:20:51 +0000 (18:20 +0100)
committerFabian Groffen <grobian@gentoo.org>
Tue, 20 Dec 2016 17:20:51 +0000 (18:20 +0100)
Package-Manager: portage-2.3.0

dev-libs/gmp/gmp-6.1.2.ebuild

index 5d102000d8920a6b7485f55477d882836bbac624..df0f4849036b26688d6be51412250f2a5b627191 100644 (file)
@@ -44,7 +44,7 @@ src_prepare() {
        mv configure configure.wrapped || die
        cat <<-\EOF > configure
        #!/usr/bin/env sh
-       exec env ABI="${GMPABI}" "${CONFIG_SHELL}" "$0.wrapped" "$@"
+       exec env ABI="${GMPABI}" "$0.wrapped" "$@"
        EOF
        # Patches to original configure might have lost the +x bit.
        chmod a+rx configure{,.wrapped}