From d4c50ea9efb41bf326f5ea2e8d886344e66df56a Mon Sep 17 00:00:00 2001 From: bluhm Date: Thu, 1 Dec 2022 18:34:47 +0000 Subject: [PATCH] Remove wantlib Mbed TLS after open62541 has been switched to LibreSSL. --- misc/p5-OPCUA-Open62541/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/p5-OPCUA-Open62541/Makefile b/misc/p5-OPCUA-Open62541/Makefile index 75bc6993977..1c076d3a7dc 100644 --- a/misc/p5-OPCUA-Open62541/Makefile +++ b/misc/p5-OPCUA-Open62541/Makefile @@ -1,6 +1,7 @@ COMMENT = Perl XS wrapper for open62541 OPC UA library DISTNAME = OPCUA-Open62541-1.05 +REVISION = 0 CPAN_AUTHOR = BLUHM CATEGORIES = misc @@ -10,7 +11,7 @@ MAINTAINER = Alexander Bluhm # Perl PERMIT_PACKAGE = Yes -WANTLIB = c m mbedcrypto mbedtls mbedx509 open62541 perl pthread +WANTLIB = c m open62541 perl pthread MODULES = cpan