mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libmicrohttpd: only build needed library, dont build docs and examples, this should fix #1711
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c58848b1fc
commit
86486acd2e
@ -35,5 +35,5 @@ cd $PKG_BUILD
|
|||||||
--disable-https \
|
--disable-https \
|
||||||
--with-libgcrypt-prefix=$SYSROOT_PREFIX/usr
|
--with-libgcrypt-prefix=$SYSROOT_PREFIX/usr
|
||||||
|
|
||||||
make
|
make -C src
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL -C src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user