[packages/s2n-tls] - fix Findcrypto to select proper ABI; release 2
qboosh
qboosh at pld-linux.org
Sun Jun 15 21:05:03 CEST 2025
commit 5a71fbd06ada06353bdbb3cc8be199be726f299f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jun 15 20:56:24 2025 +0200
- fix Findcrypto to select proper ABI; release 2
s2n-tls.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/s2n-tls.spec b/s2n-tls.spec
index ec1a285..d1ada22 100644
--- a/s2n-tls.spec
+++ b/s2n-tls.spec
@@ -7,7 +7,7 @@ Summary: An implementation of the TLS/SSL protocols
Summary(pl.UTF-8): Implementacja protokołów TLS/SSL
Name: s2n-tls
Version: 1.5.21
-Release: 1
+Release: 2
License: Apache v2.0
Group: Libraries
#Source0Download: https://github.com/aws/s2n-tls/releases
@@ -18,6 +18,7 @@ BuildRequires: cmake >= 3.9
BuildRequires: openssl-devel
BuildRequires: rpm-build >= 4.6
BuildRequires: rpmbuild(macros) >= 1.605
+BuildRequires: sed >= 4.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -66,6 +67,8 @@ Dokumentacja API biblioteki AWS S2N.
%prep
%setup -q
+%{__sed} -i -e '/PATH_SUFFIXES/ s,lib64 lib$,%{_lib},' cmake/modules/Findcrypto.cmake
+
%build
install -d build
cd build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/s2n-tls.git/commitdiff/5a71fbd06ada06353bdbb3cc8be199be726f299f
More information about the pld-cvs-commit
mailing list