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
author
Dirk Chang <dirk@kooiot.com>
2015-05-13 00:47:46 +0800
committer
Dirk Chang <dirk@kooiot.com>
2015-05-13 01:14:06 +0800
commit
ee69b91a18cdf4942c74bb6ed41cf9246cac2193
(
patch
)
tree
743504a62a2c4b5c806eb86af4600249384027e7
/
libs
parent
7b017f7ee667d2a6d71899655d3c2eb8afe07ec9
(
diff
)
zmq: fix missing libsodium dependency
Signed-off-by: Dirk Chang <dirk@kooiot.com>
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