Browse Source

Merge pull request #8341 from neheb/patch-6

libp11: Fix dependency breakage
lilik-openwrt-22.03
Jo-Philipp Wich 6 years ago
committed by GitHub
parent
commit
82ef2ea8cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libp11/Makefile

+ 1
- 1
libs/libp11/Makefile View File

@ -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


Loading…
Cancel
Save