From 5a4859cbce5a056d70698d89befc846b946d83e5 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 21 Aug 2020 21:51:35 +0800
Subject: [PATCH] update expat build.sh

---
 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