libxslt: fix build if ansidecl.h is not installed, disable ansidecl.h support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-03 14:12:30 +01:00
parent 75985580c1
commit 71d3a95ecc

View File

@ -33,7 +33,8 @@ PKG_LONGDESC="libxslt"
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_ansidecl_h=no \
--enable-static \
--disable-shared \
--without-python \
--without-crypto"