slang: disable png, zlib, pcre and oniguruma support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-06 16:48:34 +01:00
parent 7ac1120db3
commit 3e6dec890d

View File

@ -31,6 +31,11 @@ cd $PKG_BUILD
--exec-prefix=/usr \ --exec-prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--datadir=/usr/share \ --datadir=/usr/share \
--without-iconv \
--without-onig \
--without-pcre \
--without-png \
--without-zlib \
make make
$MAKEINSTALL $MAKEINSTALL