app-text/qpdf: fix configure so that it works when /bin/sh isn't bash
authorWilliam <William@undefined.re>
Thu, 19 Jan 2017 16:16:30 +0000 (17:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 21 May 2017 13:53:44 +0000 (15:53 +0200)
Close: https://github.com/gentoo/gentoo/pull/3540

app-text/qpdf/qpdf-6.0.0-r2.ebuild

index dd803c56189e9cd281070d0477269686c9831e43..f00413270dccbaddb3daf3b09b08e79928fb3b9a 100644 (file)
@@ -34,7 +34,7 @@ RDEPEND="${CDEPEND}
 DOCS=( ChangeLog README TODO )
 
 src_configure() {
-       econf \
+       CONFIG_SHELL=/bin/bash econf \
                $(use_enable static-libs static) \
                $(use_enable test test-compare-images)
 }