diff options
author | Sam James <sam@gentoo.org> | 2024-04-08 08:04:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-08 08:04:17 +0100 |
commit | 72319391c2f254aa05ddaef8ea03a275e765826d (patch) | |
tree | fc0fbc3e0476e4cc5649d031a5e624460ebd1c02 /net-libs | |
parent | net-libs/zeromq: force bash for now until upstream fixes land (diff) | |
download | gentoo-72319391c2f254aa05ddaef8ea03a275e765826d.tar.gz gentoo-72319391c2f254aa05ddaef8ea03a275e765826d.tar.bz2 gentoo-72319391c2f254aa05ddaef8ea03a275e765826d.zip |
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>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/czmq/czmq-4.2.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild index 0da2a9fa4f74..0e76450ec3f8 100644 --- a/net-libs/czmq/czmq-4.2.1.ebuild +++ b/net-libs/czmq/czmq-4.2.1.ebuild @@ -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() { |