From 20cf8be3cfc9bafc1a07f8f9e154262423c779a8 Mon Sep 17 00:00:00 2001 From: wxiat Date: Mon, 7 Aug 2023 15:53:34 +0800 Subject: [PATCH] add sw arch in opensslconf.h Signed-off-by: wxiat --- openssl.spec | 5 ++++- opensslconf-new.h | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 63d0310..a67bddc 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.3 +%define anolis_release .0.4 # For the curious: # 0.9.5a soversion = 0 # 0.9.6 soversion = 1 @@ -519,6 +519,9 @@ export LD_LIBRARY_PATH %postun libs -p /sbin/ldconfig %changelog +* Mon Aug 7 2023 wxiat - 1:1.1.1k-9.0.4 +- add sw arch in opensslconf.h + * Thu Jul 13 2023 wxiat - 1:1.1.1k-9.0.3 - change sw arch diff --git a/opensslconf-new.h b/opensslconf-new.h index 04363c3..6114db9 100644 --- a/opensslconf-new.h +++ b/opensslconf-new.h @@ -40,6 +40,8 @@ #include "opensslconf-sparc.h" #elif defined(__x86_64__) #include "opensslconf-x86_64.h" +#elif defined(__sw_64__) +#include "opensslconf-sw_64.h" #else #error "This openssl-devel package does not work your architecture?" #endif -- Gitee