1 Star 0 Fork 100

zhaomengmeng/openssl

forked from src-openEuler/openssl 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
openssl-3.0-build.patch 1.36 KB
Copy Edit Raw Blame History
hzero1996 authored 2024-02-01 19:31 . Upgrade to 3.0.12
From 262bff1615d4461120327c5a9fe904ad1c6ce813 Mon Sep 17 00:00:00 2001
From: hzero1996 <wangcheng156@huawei.com>
Date: Sun, 29 Jan 2023 14:53:03 +0800
Subject: [PATCH] openssl-3.0-build
---
Configurations/10-main.conf | 1 +
Configurations/unix-Makefile.tmpl | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index b578a3c..1ad81c3 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -772,6 +772,7 @@ my %targets = (
inherit_from => [ "linux-generic64" ],
asm_arch => 'aarch64',
perlasm_scheme => "linux64",
+ multilib => "64",
},
"linux-arm64ilp32" => { # https://wiki.linaro.org/Platform/arm64-ilp32
inherit_from => [ "linux-generic32" ],
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index a48fae5..56b4292 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -611,7 +611,7 @@ install_sw: install_dev install_engines install_modules install_runtime
uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev
-install_docs: install_man_docs install_html_docs
+install_docs: install_man_docs
uninstall_docs: uninstall_man_docs uninstall_html_docs
$(RM) -r "$(DESTDIR)$(DOCDIR)"
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mmzzmm/openssl.git
git@gitee.com:mmzzmm/openssl.git
mmzzmm
openssl
openssl
master

Search