Add EXTRA_CFLAGS to inst_gnucash compile line so that cflags can be added by custom.sh

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@22195 57a11ea4-9604-0410-9ed3-97b8803252fd
2.4
John Ralls 14 years ago
parent 687748ced8
commit 904da3cddf

@ -1422,7 +1422,7 @@ function inst_gnucash() {
--enable-binreloc \
--enable-locale-specific-tax \
--with-html-engine=webkit \
CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} ${GNOME_CPPFLAGS} ${GUILE_CPPFLAGS} ${LIBDBI_CPPFLAGS} ${KTOBLZCHECK_CPPFLAGS} ${HH_CPPFLAGS} -D_WIN32" \
CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} ${GNOME_CPPFLAGS} ${GUILE_CPPFLAGS} ${LIBDBI_CPPFLAGS} ${KTOBLZCHECK_CPPFLAGS} ${HH_CPPFLAGS} -D_WIN32 ${EXTRA_CFLAGS}" \
LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS} ${GNOME_LDFLAGS} ${GUILE_LDFLAGS} ${LIBDBI_LDFLAGS} ${KTOBLZCHECK_LDFLAGS} ${HH_LDFLAGS}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH}"

@ -91,9 +91,9 @@ add_step inst_swig
add_step inst_pcre
add_step inst_libbonoboui
add_step inst_libgsf
if [ "$CROSS_COMPILE" != "yes" ]; then
add_step inst_hh
fi
#if [ "$CROSS_COMPILE" != "yes" ]; then
# add_step inst_hh
#fi
add_step inst_goffice
#add_step inst_glade
add_step inst_opensp

Loading…
Cancel
Save