LingYun open library local/cross compile shell scripts
guowenxue
yesterday 1ee652137c90cec0c3ff4ea34194cdf7d98202e6
libxml2/build.sh
@@ -57,6 +57,7 @@
      pr_error $1
   fi
}
# decompress a packet to destination path
function do_unpack()
{
@@ -161,7 +162,7 @@
      --without-python --without-zlib --without-lzma
   check_result "ERROR: configure ${LIB_NAME} failure"
   make && make install
    make -j ${JOBS} && make install
   check_result "ERROR: compile ${LIB_NAME} failure"
}