r14863 - gnucash/trunk/packaging/win32 - Binreloc needs explicit configure argument on cross-compile

Christian Stimming cstim at cvs.gnucash.org
Mon Sep 18 16:49:24 EDT 2006


Author: cstim
Date: 2006-09-18 16:49:23 -0400 (Mon, 18 Sep 2006)
New Revision: 14863
Trac: http://svn.gnucash.org/trac/changeset/14863

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Binreloc needs explicit configure argument on cross-compile

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-09-18 20:43:50 UTC (rev 14862)
+++ gnucash/trunk/packaging/win32/install.sh	2006-09-18 20:49:23 UTC (rev 14863)
@@ -748,6 +748,7 @@
 	--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}"



More information about the gnucash-changes mailing list