mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-libs/czmq: force bash for now until upstream fixes land
One of the fixes is in an upstream project used for all their autotools bits. Closes: https://bugs.gentoo.org/923922 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -45,7 +45,10 @@ src_configure() {
|
||||
$(use_enable test czmq_selftest)
|
||||
)
|
||||
|
||||
econf "${myeconfargs[@]}"
|
||||
# Force bash for configure until the fixes for bug #923922 land in a release
|
||||
# https://github.com/zeromq/zproject/pull/1336
|
||||
# https://github.com/zeromq/libzmq/pull/4651
|
||||
CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user