Fix - Revert to http for Travis download of libmicrohttpd

LetsEncrypt cert is broken

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2021-10-09 20:49:35 +01:00
parent 22a0977d1d
commit 51af6c4d28

View File

@@ -21,7 +21,7 @@ if [ -z "$MHD_VERSION" ] ; then
fi
unset CFLAGS
rm -rf /tmp/libmicrohttpd*
wget https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-${MHD_VERSION}.tar.gz -O /tmp/mhd_src.tar.gz
wget http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-${MHD_VERSION}.tar.gz -O /tmp/mhd_src.tar.gz
tar zxf /tmp/mhd_src.tar.gz -C /tmp/
mv /tmp/libmicrohttpd-* /tmp/libmicrohttpd
mkdir /tmp/libmicrohttpd_install