projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06d93d
)
app-text/qpdf: fix configure so that it works when /bin/sh isn't bash
author
William
<William@undefined.re>
Thu, 19 Jan 2017 16:16:30 +0000
(17:16 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/app-text/qpdf/qpdf-6.0.0-r2.ebuild
b/app-text/qpdf/qpdf-6.0.0-r2.ebuild
index dd803c56189e9cd281070d0477269686c9831e43..f00413270dccbaddb3daf3b09b08e79928fb3b9a 100644
(file)
--- a/
app-text/qpdf/qpdf-6.0.0-r2.ebuild
+++ b/
app-text/qpdf/qpdf-6.0.0-r2.ebuild
@@
-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)
}