diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-30 16:51:44 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-30 16:53:15 +0200 |
commit | 019a4ac83ece04970f70a749fa36e72275de97b0 (patch) | |
tree | 64822b26afaa7b0204d1ec13fac746e667ec2c27 /community/czmq | |
parent | 3a478881850cdde54f9518e8804214fd8e4d32d3 (diff) | |
download | aports-019a4ac83ece04970f70a749fa36e72275de97b0.tar.bz2 aports-019a4ac83ece04970f70a749fa36e72275de97b0.tar.xz |
community/czmq: build with libuuid and fix depends_dev
Diffstat (limited to 'community/czmq')
-rw-r--r-- | community/czmq/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/czmq/APKBUILD b/community/czmq/APKBUILD index 8cb2b25e6d..e4afa86266 100644 --- a/community/czmq/APKBUILD +++ b/community/czmq/APKBUILD @@ -7,7 +7,8 @@ pkgdesc="High-level C binding for ZeroMQ" url="http://czmq.zeromq.org/" arch="all !s390x" # zproxy test timeouts on s390x license="MPL-2.0" -makedepends="cmake zeromq-dev" +depends_dev="util-linux-dev zeromq-dev" +makedepends="$depends_dev cmake" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/zeromq/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |