libmicrohttpd: get rid of OpenSSL dependency
authorDaniel Golle <redacted>
Thu, 4 Jun 2015 10:52:31 +0000 (12:52 +0200)
committerDaniel Golle <redacted>
Thu, 25 Jun 2015 21:25:46 +0000 (23:25 +0200)
commit24056cfdada751619439ea888ee7178f58c16f58
tree266a717607be8a91de8274c4a14d7273fd5515db
parente14423f86690d61cff152058d9044d16321437be
libmicrohttpd: get rid of OpenSSL dependency

Depending on both, GnuTLS and OpenSSL doesn't make sense, we should
use either TLS implementation but not both. Use GnuTLS for now and
get rid of OpenSSL dependency by explicitely telling the package's
build-system to do so using CONFIGURE_ARGS.

If future uses of libmicrohttpd require OpenSSL, it probably makes
most sense to build several variants of the package, i.e.
libmicrohttpd-openssl as well as libmicrohttpd-gnutls. As with most
packages making use of any TLS implementation, these are build-time
decissions resulting in conflicting variants of the same package
which cannot be installed simultanously.

Signed-off-by: Daniel Golle <redacted>
libs/libmicrohttpd/Makefile
git clone https://git.99rst.org/PROJECT