zeromq, disable static library (#8358)

This commit is contained in:
Schrijvers Luc
2023-04-12 16:47:46 +02:00
committed by GitHub
parent d6a8dde166
commit ba4443d94f

View File

@@ -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
}