mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
7f58809b3b
commit
29ff879ca7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user