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)
|
$(call Package/libzmq/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libuuid +libpthread +librt $(CXX_DEPENDS)
|
DEPENDS:=+libuuid +libpthread +librt +libsodium $(CXX_DEPENDS)
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
URL:=
|
URL:=
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user