[packages/wolfssl] - fixed typo in x32 patch, release 2
qboosh
qboosh at pld-linux.org
Fri Apr 11 19:24:54 CEST 2025
commit e1f9bae6e4b7cdb74fbd7fc2eed5ae686d7bad41
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 11 19:05:46 2025 +0200
- fixed typo in x32 patch, release 2
wolfssl-x32.patch | 2 +-
wolfssl.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wolfssl.spec b/wolfssl.spec
index 7b0812d..1919e19 100644
--- a/wolfssl.spec
+++ b/wolfssl.spec
@@ -7,7 +7,7 @@ Summary: wolfSSL - small, fast, portable implementation of TLS/SSL for embedded
Summary(pl.UTF-8): wolfSSL - mała, szybka, przenośna implementacja TLS/SSL dla urządzeń wbudowanych
Name: wolfssl
Version: 5.7.6
-Release: 1
+Release: 2
License: GPL v2 or commercial
Group: Libraries
#Source0Download: https://github.com/wolfSSL/wolfssl/releases
diff --git a/wolfssl-x32.patch b/wolfssl-x32.patch
index 712f5ae..0608747 100644
--- a/wolfssl-x32.patch
+++ b/wolfssl-x32.patch
@@ -5,7 +5,7 @@
#if (defined(__alpha__) || defined(__ia64__) || \
defined(_ARCH_PPC64) || defined(__ppc64__) || \
- defined(__x86_64__) || defined(__s390x__ ) || \
-+ (defined(__x86_64__) && defined(__LP64__) || defined(__s390x__ ) || \
++ (defined(__x86_64__) && defined(__LP64__)) || defined(__s390x__ ) || \
((defined(sun) || defined(__sun)) && \
(defined(LP64) || defined(_LP64))) || \
(defined(__riscv_xlen) && (__riscv_xlen == 64)) || \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wolfssl.git/commitdiff/e1f9bae6e4b7cdb74fbd7fc2eed5ae686d7bad41
More information about the pld-cvs-commit
mailing list