Binreloc needs explicit configure argument on cross-compile

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14863 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-09-18 20:49:23 +00:00
parent 60ff04b2fb
commit 2596a1d4bd

View File

@ -748,6 +748,7 @@ function inst_gnucash() {
--prefix=$_GNUCASH_WFSDIR \
--enable-debug \
--enable-schemas-install=no \
--enable-binreloc \
CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} ${GNOME_CPPFLAGS} ${GUILE_CPPFLAGS} -D_WIN32" \
LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS} ${GNOME_LDFLAGS} ${GUILE_LDFLAGS}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH}"