LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-21 655ce0907581ca2fdebdb87a154901c09763db56
3rdparty/openssl/build.sh
@@ -10,9 +10,9 @@
PROJ_PATH=`pwd`
PREFIX_PATH=`pwd`/../install
LYFTP_SRC=ftp://master.iot-yun.club/src/
LYFTP_SRC=http://master.weike-iot.com:2211/src/
CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux-
CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf-
function msg_banner()
{
@@ -57,7 +57,7 @@
function compile_openssl()
{
    SRC_NAME=openssl-1.1.1d
    SRC_NAME=openssl-1.1.1v
    PACK_SUFIX=tar.gz 
    if [ -f ${PREFIX_PATH}/lib/libcrypto.a ] ; then