summaryrefslogtreecommitdiff
path: root/net-libs/zeromq/zeromq-4.3.5-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-08 12:31:06 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-08 12:31:06 +0100
commit2cfe62a1f75cfb07a50f631f29d56bff5d09bf47 (patch)
tree3306cd99a22ba3d402b6a01eb2ad777d00c887f4 /net-libs/zeromq/zeromq-4.3.5-r1.ebuild
parent102dc42fae2907037d3ca9a6d63ed28e46c5b88e (diff)
gentoo auto-resync : 08:04:2024 - 12:31:06
Diffstat (limited to 'net-libs/zeromq/zeromq-4.3.5-r1.ebuild')
-rw-r--r--net-libs/zeromq/zeromq-4.3.5-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/zeromq/zeromq-4.3.5-r1.ebuild b/net-libs/zeromq/zeromq-4.3.5-r1.ebuild
index e42b438ca368..6108f439cba7 100644
--- a/net-libs/zeromq/zeromq-4.3.5-r1.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -54,7 +54,11 @@ src_configure() {
$(use_with sodium libsodium)
$(use_with doc docs)
)
- 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_test() {