Changing http links to https when possible

This commit is contained in:
mkoppmann 2018-02-21 21:42:19 +01:00
commit c77645610a
No known key found for this signature in database
GPG key ID: 63CAB0C775EB9C80
6 changed files with 11 additions and 11 deletions

View file

@ -61,7 +61,7 @@ Download and cross compile libpcap-1.8.1 for ARM (adjust `PCAPV` to use a differ
cd /tmp
export PCAPV=1.8.1
wget http://www.tcpdump.org/release/libpcap-$PCAPV.tar.gz
wget https://www.tcpdump.org/release/libpcap-$PCAPV.tar.gz
tar xvf libpcap-$PCAPV.tar.gz
cd libpcap-$PCAPV
export CC=arm-linux-gnueabi-gcc