llvm: disable zlib support in hostbuild, to prevent a build error if zlib-devel is not installed on host system

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-10-07 19:00:29 +02:00
parent 0d8cda6373
commit 75424db37d

View File

@ -38,6 +38,7 @@ PKG_AUTORECONF="no"
# package specific configure options
PKG_CONFIGURE_OPTS_HOST="--disable-polly \
--disable-zlib \
--disable-assertions \
--enable-optimized \
--disable-debug-runtime \