From 4f9a1657573f0a1ce24e63ad618ab60d238287b2 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 22 Aug 2020 00:53:06 +0800 Subject: [PATCH] update u-boot patch --- 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