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
Merge pull request
#1250
from kooiot/master
fix missing dependency, as libsodium is required by zmq
lilik-openwrt-22.03
Ted Hess
10 years ago
parent
934b9a60ca
ee69b91a18
commit
5e3d7a8b96
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