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 }