LingYun open library local/cross compile shell scripts
guowenxue
2023-11-06 3c2a7d5c177662ab0ba02d5ff58011a6abce87de
openssl/build.sh
@@ -155,10 +155,13 @@
{
   cd $LIB_NAME
   ./Configure threads -shared -no-zlib --prefix=$PREFIX_PATH --openssldir=$PREFIX_PATH linux-armv4
   do_export
   CROSS_COMPILE=${CROSSTOOL} ./Configure linux-armv4 \
      threads -shared -no-zlib --prefix=$PREFIX_PATH --openssldir=$PREFIX_PATH
   check_result "ERROR: configure ${LIB_NAME} failure"
   make && make install
   make -j ${JOBS} && make install
   check_result "ERROR: compile ${LIB_NAME} failure"
}
@@ -174,8 +177,6 @@
fi
do_fetch
do_export
do_build