switch to older version of libmicrohttpd

libmicrohttpd 0.9.69 is not working properly on macOS (catalina)
This commit is contained in:
renaud gaudin
2020-02-11 13:11:39 +00:00
committed by Matthieu Gautier
parent 5af0a8bfe7
commit 3569c277a9
2 changed files with 5 additions and 5 deletions

View File

@ -9,9 +9,9 @@ class MicroHttpd(Dependency):
name = "libmicrohttpd"
class Source(ReleaseDownload):
archive = Remotefile('libmicrohttpd-0.9.69.tar.gz',
'fb9b6b148b787493e637d3083588711e65cbcb726fa02cee2cd543c5de27e37e',
'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.69.tar.gz')
archive = Remotefile('libmicrohttpd-0.9.63.tar.gz',
'37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c',
'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.63.tar.gz')
class Builder(MakeBuilder):
configure_option = "--disable-https --without-libgcrypt --without-libcurl --disable-doc --disable-examples"