diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/zeromq/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/zeromq/APKBUILD b/main/zeromq/APKBUILD index 538412279c..fccb4fc33e 100644 --- a/main/zeromq/APKBUILD +++ b/main/zeromq/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zeromq pkgver=4.1.3 -pkgrel=0 +pkgrel=1 pkgdesc="The ZeroMQ messaging library and tools" url="http://www.zeromq.org/" arch="all" @@ -27,6 +27,8 @@ prepare() { build() { cd "$_builddir" + # return code from sodium_init is todo in curve_client.cpp & curve_server.cpp + export CXXFLAGS="$CXXFLAGS -Wno-unused-result" ./configure \ --build=$CBUILD \ --host=$CHOST \ |