r20588 - gnucash/trunk/packaging/win32 - Win32 build: Remove manually setting guile variables because pkg-config finds them correctly now even in cross-compile.

Christian Stimming cstim at code.gnucash.org
Fri Apr 22 15:59:13 EDT 2011


Author: cstim
Date: 2011-04-22 15:59:13 -0400 (Fri, 22 Apr 2011)
New Revision: 20588
Trac: http://svn.gnucash.org/trac/changeset/20588

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Remove manually setting guile variables because pkg-config finds them correctly now even in cross-compile.

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2011-04-22 19:44:00 UTC (rev 20587)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2011-04-22 19:59:13 UTC (rev 20588)
@@ -1461,14 +1461,6 @@
     AQBANKING_UPATH="${_OPENSSL_UDIR}/bin:${_GWENHYWFAR_UDIR}/bin:${_AQBANKING_UDIR}/bin"
     LIBOFX_OPTIONS="--enable-ofx --with-ofx-prefix=${_LIBOFX_UDIR}"
 
-    if [ "$CROSS_COMPILE" = "yes" ]; then
-        # Set these variables manually because of cross-compiling
-        export GUILE_LIBS="${GUILE_LDFLAGS} -lguile -lguile-ltdl"
-        export GUILE_INCS="${GUILE_CPPFLAGS}"
-        export BUILD_GUILE=yes
-        export name_build_guile=/usr/bin/guile-config
-    fi
-
     if [ "$BUILD_FROM_TARBALL" != "yes" ]; then
         qpushd $REPOS_DIR
             ./autogen.sh



More information about the gnucash-changes mailing list