Merge pull request #5145 from mglae/le10_libmicrohttpd_https

libmicrohttpd: enable https for kodi webserver
This commit is contained in:
CvH 2021-03-20 10:18:52 +01:00 committed by GitHub
commit a3eedd0ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,13 @@ PKG_SHA256="0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8"
PKG_LICENSE="LGPLv2.1"
PKG_SITE="http://www.gnu.org/software/libmicrohttpd/"
PKG_URL="http://ftpmirror.gnu.org/libmicrohttpd/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_DEPENDS_TARGET="toolchain gnutls"
PKG_LONGDESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application."
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
--disable-curl \
--disable-https \
--with-libgcrypt-prefix=${SYSROOT_PREFIX}/usr"
--enable-https"
post_makeinstall_target() {
rm -rf ${INSTALL}/usr/bin