From c8030debe80cfa22c50e2715070db15a68b3f93d Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 21 Aug 2020 23:26:50 +0800
Subject: [PATCH] Update i2ctool build shell script

---
 3rdparty/expat/build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/3rdparty/expat/build.sh b/3rdparty/expat/build.sh
index 508ed5d..156245b 100755
--- a/3rdparty/expat/build.sh
+++ b/3rdparty/expat/build.sh
@@ -78,7 +78,7 @@
     tar -xjf ${SRC_NAME}.${PACK_SUFIX}
     cd ${SRC_NAME}
 
-    ./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} --enable-static --disable-shared
+    ./configure --prefix=${PREFIX_PATH} ${CONFIG_CROSS} --enable-static 
     check_result "ERROR: configure ${SRC_NAME} failure"
 
     make  && make install

--
Gitblit v1.9.1