Fix libmicrohttpd vendor setup order of operations.

This commit is contained in:
casey langen 2022-02-07 20:50:07 -08:00
parent d03513ee1e
commit 47c76e03bc

View File

@ -215,9 +215,9 @@ wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.75.tar.gz
tar xvfz libmicrohttpd-0.9.75.tar.gz
cd libmicrohttpd-0.9.75
./configure --enable-shared --enable-static --with-pic --enable-https=no --disable-curl --prefix=`pwd`/output
mv output ../libmicrohttpd-bin
make
make install
mv output ../libmicrohttpd-bin
cd ..
#