mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -06:00
Revert r18654.
Current GtkHtml implementation crashes the windows build whenever a report is opened. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18660 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ff9d28017c
commit
a16cbf087f
@ -355,7 +355,7 @@ add_step inst_gwenhywfar
|
||||
add_step inst_ktoblzcheck
|
||||
add_step inst_aqbanking
|
||||
add_step inst_libdbi
|
||||
#add_step inst_webkit
|
||||
add_step inst_webkit
|
||||
##
|
||||
if [ "$UPDATE_SOURCES" = "yes" ]; then
|
||||
add_step svn_up
|
||||
|
@ -300,7 +300,7 @@ dist_gwenhywfar
|
||||
dist_ktoblzcheck
|
||||
dist_aqbanking
|
||||
dist_libdbi
|
||||
#dist_webkit
|
||||
dist_webkit
|
||||
dist_gnucash
|
||||
finish
|
||||
qpopd
|
||||
|
@ -1236,7 +1236,7 @@ function inst_gnucash() {
|
||||
${AQBANKING_OPTIONS} \
|
||||
--enable-binreloc \
|
||||
--enable-locale-specific-tax \
|
||||
--with-html-engine=gtkhtml \
|
||||
--with-html-engine=webkit \
|
||||
CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} ${GNOME_CPPFLAGS} ${GUILE_CPPFLAGS} ${LIBDBI_CPPFLAGS} ${KTOBLZCHECK_CPPFLAGS} ${HH_CPPFLAGS} -D_WIN32" \
|
||||
LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS} ${GNOME_LDFLAGS} ${GUILE_LDFLAGS} ${LIBDBI_LDFLAGS} ${KTOBLZCHECK_LDFLAGS} ${HH_LDFLAGS}" \
|
||||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH}"
|
||||
|
Loading…
Reference in New Issue
Block a user