mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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_LICENSE="LGPLv2.1"
|
||||||
PKG_SITE="http://www.gnu.org/software/libmicrohttpd/"
|
PKG_SITE="http://www.gnu.org/software/libmicrohttpd/"
|
||||||
PKG_URL="http://ftpmirror.gnu.org/libmicrohttpd/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
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_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 \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-curl \
|
--disable-curl \
|
||||||
--disable-https \
|
--enable-https"
|
||||||
--with-libgcrypt-prefix=${SYSROOT_PREFIX}/usr"
|
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf ${INSTALL}/usr/bin
|
rm -rf ${INSTALL}/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user