mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
libxml2: force ac_cv_header_ansidecl_h=no, it seems sometimes ansidecl.h is (wrongly) found
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
20464bf159
commit
3dbae8d927
@ -33,14 +33,16 @@ PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--prefix=$ROOT/$TOOLCHAIN \
|
||||
PKG_CONFIGURE_OPTS_HOST="ac_cv_header_ansidecl_h=no \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-silent-rules \
|
||||
--disable-ipv6 \
|
||||
--with-python \
|
||||
--with-zlib \
|
||||
--without-lzma"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_ansidecl_h=no \
|
||||
--enable-static \
|
||||
--enable-shared \
|
||||
--disable-silent-rules \
|
||||
--enable-ipv6 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user