media-gfx/zbar: 0.23.1 configure fails with /bin/sh != bash
authorYury Martynov <email@linxon.ru>
Sun, 10 May 2020 05:47:41 +0000 (08:47 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Sun, 17 May 2020 16:41:51 +0000 (19:41 +0300)
Closes: https://bugs.gentoo.org/721370
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yury Martynov <email@linxon.ru>
Closes: https://github.com/gentoo/gentoo/pull/15735
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
media-gfx/zbar/zbar-0.23.1.ebuild

index c284e6b7e9882aa3b953585c9d512f2ee3ca7103..79c9d2c02b86bb3741e33798cb2e3885eea2c0eb 100644 (file)
@@ -193,6 +193,8 @@ multilib_src_configure() {
                use test && myeconfargs+=( --without-zbarimg-tests )
        fi
 
+       # use bash (bug 721370)
+       CONFIG_SHELL='/bin/bash' \
        ECONF_SOURCE="${S}" \
                econf "${myeconfargs[@]}"