Build custom libssh2 and enable hmac-sha2-512 as best matching MAC

This commit is contained in:
Daniel Winzen
2020-07-19 13:33:53 +02:00
parent 4a09f99ff7
commit 825a2967e2
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
#!/bin/sh
git clone https://github.com/libssh2/libssh2
cd libssh2
autoreconf -fi
CFLAGS="-O3 -march=native -mtune=native" ./configure
make -j $(nproc) install
cd ..
git clone https://github.com/nginx/nginx
cd nginx
git clone https://github.com/google/ngx_brotli