guowenxue
2020-08-21 91eb15abeb20457b93b86c4cfb3d653e206c27c9
update openssl and hostapd_supplicant build shell script
2 files modified
3 ■■■■■ changed files
3rdparty/hostapd_supplicant/build.sh 2 ●●●●● patch | view | raw | blame | history
3rdparty/openssl/build.sh 1 ●●●● patch | view | raw | blame | history
3rdparty/hostapd_supplicant/build.sh
@@ -140,7 +140,9 @@
    cd -
}
cd ../libnl/ && ./build.sh && cd -
cd ../openssl/ && ./build.sh && cd -
export_cross
3rdparty/openssl/build.sh
@@ -64,6 +64,7 @@
    PACK_SUFIX=tar.gz 
    if [ -f ${PREFIX_PATH}/lib/libcrypto.a ] ; then 
        msg_banner "$SRC_NAME already compile and installed"
        return 0;
    fi