30 lines
793 B
Diff
30 lines
793 B
Diff
From f1c812781059e3d11378f1663057d854f6cce5ca Mon Sep 17 00:00:00 2001
|
|
From: Zhangfei Gao <zhangfei.gao@linaro.org>
|
|
Date: Thu, 27 Jul 2023 06:48:37 +0000
|
|
Subject: [PATCH 29/48] README: fix openEuler build libdir
|
|
|
|
openEuler also use --libdir=/usr/local/lib/ossl-modules/
|
|
|
|
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
|
|
---
|
|
README.md | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/README.md b/README.md
|
|
index 86676db..ae586e2 100644
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -82,9 +82,6 @@ For openssl 3.0
|
|
git clone https://github.com/Linaro/uadk_engine.git
|
|
cd uadk_engine
|
|
autoreconf -i
|
|
- // openEuler
|
|
- ./configure --libdir=/usr/local/lib/engines-3/
|
|
- // ubuntu
|
|
./configure --libdir=/usr/local/lib/ossl-modules/
|
|
make
|
|
sudo make install
|
|
--
|
|
2.25.1
|
|
|