From 91eb15abeb20457b93b86c4cfb3d653e206c27c9 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 21:19:32 +0800 Subject: [PATCH] update openssl and hostapd_supplicant build shell script --- 3rdparty/zlib/build.sh | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/3rdparty/zlib/build.sh b/3rdparty/zlib/build.sh index 8dd058d..f218c86 100755 --- a/3rdparty/zlib/build.sh +++ b/3rdparty/zlib/build.sh @@ -12,7 +12,7 @@ LYFTP_SRC=ftp://master.iot-yun.club/src/ -CROSSTOOL=CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux- +CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux- function msg_banner() { @@ -75,9 +75,12 @@ fi tar -xzf ${SRC_NAME}.${PACK_SUFIX} - cd ${SRC_NAME} + set -x - ./configure --prefix=${PREFIX_PATH} + cd ${SRC_NAME} + ls + + ./configure --prefix="${PREFIX_PATH}" check_result "ERROR: configure ${SRC_NAME} failure" make && make install -- Gitblit v1.9.1