From e10553364f7fd3bc90f8a6bb00e71fa8ae19cffc Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 15 Aug 2023 17:59:50 +0800
Subject: [PATCH] Add lrzsz build shell script
---
openssl/build.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/openssl/build.sh b/openssl/build.sh
index eb59f24..244da93 100755
--- a/openssl/build.sh
+++ b/openssl/build.sh
@@ -157,7 +157,8 @@
do_export
- ./Configure threads -shared -no-zlib --prefix=$PREFIX_PATH --openssldir=$PREFIX_PATH linux-armv4
+ CROSS_COMPILE=${CROSSTOOL} ./Configure linux-armv4 \
+ threads -shared -no-zlib --prefix=$PREFIX_PATH --openssldir=$PREFIX_PATH
check_result "ERROR: configure ${LIB_NAME} failure"
make -j ${JOBS} && make install
--
Gitblit v1.9.1