Browse Source

Merge pull request #7868 from neheb/p11

libp11: Mandate ENGINE support
lilik-openwrt-22.03
Daniel Golle 6 years ago
committed by GitHub
parent
commit
27582a929d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libp11/Makefile

+ 2
- 2
libs/libp11/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libp11
PKG_VERSION:=0.4.9
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_URL:=https://github.com/OpenSC/libp11/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@ -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
DEPENDS:=+libopenssl @OPENSSL_ENGINE
CONFLICTS:=engine_pkcs11
endef


Loading…
Cancel
Save