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:
Stephan Raue 2013-01-09 12:19:14 +01:00
parent c58848b1fc
commit 86486acd2e

View File

@ -35,5 +35,5 @@ cd $PKG_BUILD
--disable-https \
--with-libgcrypt-prefix=$SYSROOT_PREFIX/usr
make
$MAKEINSTALL
make -C src
$MAKEINSTALL -C src