mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-04 15:16:32 +00:00
libmicrohttpd: enable https for kodi webserver
Kodi size is only increased by ~20k
This commit is contained in:
parent
058b49e3e1
commit
249cf9f678
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user