mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
zeromq: add missing libsodium-devel dependency in -devel
This commit is contained in:
parent
178995373c
commit
44f2143a8d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zeromq'
|
||||
pkgname=zeromq
|
||||
version=4.3.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libsodium --disable-Werror"
|
||||
hostmakedepends="asciidoc pkg-config xmlto"
|
||||
|
@ -14,7 +14,7 @@ distfiles="https://github.com/zeromq/libzmq/releases/download/v${version}/zeromq
|
|||
checksum=6653ef5910f17954861fe72332e68b03ca6e4d9c7160eb3a8de5a5a913bfab43
|
||||
|
||||
zeromq-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}-${version}_${revision} libsodium-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue