arm-linux 交叉编译wget支持openssl, 使wget支持https链接地址下载文件
https://blog.youkuaiyun.com/Auris/article/details/88776450
openssl的编译与交叉编译
https://blog.youkuaiyun.com/fangye945a/article/details/86658621
ssl编译
./Configure linux-armv4 -march=armv6 -D__ARM_MAX_ARCH__=8 no-asm shared no-async --prefix=/home/zengzhihao/openssl-1.1.1f-arm/
修改Makefile的corss compile为arm-linux-gnueabi-
wget编译
./configure --with-ssl=openssl --prefix=/home/zengzhihao/wget-1.19.2-arm/ --host=arm-linux-gnueabi CC=arm-linux-gnueabi-gcc --with-openssl=/home/zengzhihao/openssl-1.1.1f-arm/ --without-zlib --with-libssl-prefix=/home/zengzhihao/openssl-1.1.1f-arm/