From 1ecb40c26a03b1b41e76b0403cdb905a63f6d1ba Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 14 Aug 2023 22:58:02 +0800
Subject: [PATCH] Update build shell scripts for do_export
---
openssl/build.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/openssl/build.sh b/openssl/build.sh
index 169c9f7..79ee216 100755
--- a/openssl/build.sh
+++ b/openssl/build.sh
@@ -155,6 +155,8 @@
{
cd $LIB_NAME
+ do_export
+
./Configure threads -shared -no-zlib --prefix=$PREFIX_PATH --openssldir=$PREFIX_PATH linux-armv4
check_result "ERROR: configure ${LIB_NAME} failure"
@@ -174,8 +176,6 @@
fi
do_fetch
-
-do_export
do_build
--
Gitblit v1.9.1