index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
libs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'libs')
-rw-r--r--
libs/zmq/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/zmq/Makefile b/libs/zmq/Makefile
index 31bf6bf6b..b94db1939 100644
--- a/
libs/zmq/Makefile
+++ b/
libs/zmq/Makefile
@@ -44,7 +44,7 @@ define Package/libzmq
$(call Package/libzmq/Default)
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libuuid +libpthread +librt $(CXX_DEPENDS)
+ DEPENDS:=+libuuid +libpthread +librt +libsodium $(CXX_DEPENDS)
TITLE+= (library)
URL:=
endef