From ba4443d94f75f109e52999f49a28eb6cdfe6c9c9 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 12 Apr 2023 16:47:46 +0200 Subject: [PATCH] zeromq, disable static library (#8358) --- net-libs/zeromq/zeromq-4.3.4.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-libs/zeromq/zeromq-4.3.4.recipe b/net-libs/zeromq/zeromq-4.3.4.recipe index 0b55cb07a..42871d16e 100644 --- a/net-libs/zeromq/zeromq-4.3.4.recipe +++ b/net-libs/zeromq/zeromq-4.3.4.recipe @@ -16,7 +16,7 @@ COPYRIGHT="2007-2014 iMatix Corporation 2015 Google, Inc. 2015-2016 Brocade Communications Systems Inc." LICENSE="GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/zeromq/libzmq/releases/download/v$portVersion/zeromq-$portVersion.tar.gz" CHECKSUM_SHA256="c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336295c3e5" SOURCE_URI_2="https://raw.githubusercontent.com/zeromq/cppzmq/e08ab12de2a7c3e21b0004a6b3d4a802c809d3d9/zmq.hpp#noarchive" @@ -81,7 +81,9 @@ PATCH() BUILD() { autoreconf -fi - runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" + runConfigure --omit-dirs binDir ./configure \ + --bindir="$commandBinDir" \ + --disable-static make $jobArgs }