mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #1250 from kooiot/master
fix missing dependency, as libsodium is required by zmq
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user