Skip to content

Commit

Permalink
libp11: Fix dependency breakage
Browse files Browse the repository at this point in the history
This requires a +.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Mar 4, 2019
1 parent 4876925 commit da07a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libp11/Makefile
Expand Up @@ -30,7 +30,7 @@ define Package/libp11
CATEGORY:=Libraries
TITLE:=PKCS#11 wrapper library
URL:=https://www.opensc-project.org/opensc/wiki/libp11
DEPENDS:=+libopenssl @OPENSSL_ENGINE
DEPENDS:=+libopenssl +@OPENSSL_ENGINE
CONFLICTS:=engine_pkcs11
endef

Expand Down

0 comments on commit da07a9e

Please sign in to comment.