This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
zmq: fix missing libsodium dependency
Signed-off-by: Dirk Chang <dirk@kooiot.com>
lilik-openwrt-22.03
Dirk Chang
10 years ago
parent
7b017f7ee6
commit
ee69b91a18
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/zmq/Makefile
+ 1
- 1
libs/zmq/Makefile
View File
@ -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:
=
e
n
d
e
f
Write
Preview
Loading…
Cancel
Save