Skip to content

Commit

Permalink
fix wrong depends on libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-tank committed Dec 14, 2019
1 parent e9de790 commit 922abbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ define Package/minisign
TITLE:=A dead simple tool to sign files and verify signatures.
URL:=https://github.com/jedisct1/minisign
DEPENDS:=+libpthread \
+!CONFIG_$(PKG_NAME)_WITH_SODIUM:libsodium
+!$(PKG_NAME)_WITH_SODIUM:libsodium
endef

define Package/minisign/config
Expand Down

0 comments on commit 922abbb

Please # to comment.