Merge pull request #1921 from thoradia/libxslt

libxslt: do not refer to xlocale.h
This commit is contained in:
Christian Hewitt 2017-09-02 19:29:12 +04:00 committed by GitHub
commit 7b1be4a124

View File

@ -31,6 +31,7 @@ PKG_LONGDESC="libxslt"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_HOST=" ac_cv_header_ansidecl_h=no \ PKG_CONFIGURE_OPTS_HOST=" ac_cv_header_ansidecl_h=no \
ac_cv_header_xlocale_h=no \
--enable-static \ --enable-static \
--disable-shared \ --disable-shared \
--without-python \ --without-python \
@ -38,6 +39,7 @@ PKG_CONFIGURE_OPTS_HOST=" ac_cv_header_ansidecl_h=no \
--without-crypto" --without-crypto"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_ansidecl_h=no \ PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_ansidecl_h=no \
ac_cv_header_xlocale_h=no \
--enable-static \ --enable-static \
--disable-shared \ --disable-shared \
--without-python \ --without-python \