security/libp11: Fails to build on 13.5-RELEASE
PR: 287671 Approved by: jrm (mentor), ale (maintainer) Differential Revision: https://reviews.freebsd.org/D50960
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= libp11
|
||||
PORTVERSION= 0.4.14
|
||||
PORTREVIION= 1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= security devel
|
||||
|
||||
@@ -39,6 +40,15 @@ CONFIGURE_ARGS= --with-enginesdir=${PREFIX}/lib/engines \
|
||||
--with-modulesdir=${PREFIX}/lib/ossl-modules \
|
||||
--enable-static-engine
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == "base" && ${OPSYS} == FreeBSD && ${OSREL:R} < 14
|
||||
PLIST_SUB+= PROVIDERS="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PROVIDERS=""
|
||||
.endif
|
||||
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
@@ -2,8 +2,8 @@ include/libp11.h
|
||||
include/p11_err.h
|
||||
lib/engines/libpkcs11.so
|
||||
lib/engines/pkcs11.so
|
||||
lib/ossl-modules/libpkcs11.so
|
||||
lib/ossl-modules/pkcs11prov.so
|
||||
%%PROVIDERS%%lib/ossl-modules/libpkcs11.so
|
||||
%%PROVIDERS%%lib/ossl-modules/pkcs11prov.so
|
||||
lib/libp11.a
|
||||
lib/libp11.so
|
||||
lib/libp11.so.3
|
||||
|
||||
Reference in New Issue
Block a user