mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
libp11: Fix dependency breakage
This requires a +. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user