Win32 build: libxslt requires gnutls includes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20603 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-04-29 20:09:02 +00:00
parent 7f58809b3b
commit 29ff879ca7
2 changed files with 2 additions and 2 deletions

View File

@ -1134,7 +1134,7 @@ function inst_libxslt() {
patch -p0 -u -i ${LIBXSLT_MAKEFILE_PATCH}
./configure ${HOST_XCOMPILE} \
--prefix=${_LIBXSLT_UDIR} \
--with-libxml-prefix=${_GNOME_UDIR}
--with-libxml-prefix=${_GNOME_UDIR} CPPFLAGS="${GNUTLS_CPPFLAGS}" LDFLAGS="${GNUTLS_LDFLAGS}"
make
make install
qpopd

View File

@ -78,8 +78,8 @@ add_step inst_guile
if [ "$CROSS_COMPILE" != "yes" ]; then
add_step inst_svn
fi
add_step inst_libxslt
add_step inst_gnutls
add_step inst_libxslt
add_step inst_isocodes
add_step inst_swig
add_step inst_pcre