r22868 - gnucash/trunk/packaging/win32 - Win32 build: Add probably missing libgsf configure argument

Christian Stimming cstim at code.gnucash.org
Wed Apr 3 04:21:55 EDT 2013


Author: cstim
Date: 2013-04-03 04:21:54 -0400 (Wed, 03 Apr 2013)
New Revision: 22868
Trac: http://svn.gnucash.org/trac/changeset/22868

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Add probably missing libgsf configure argument

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2013-04-02 20:20:04 UTC (rev 22867)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2013-04-03 08:21:54 UTC (rev 22868)
@@ -1008,13 +1008,15 @@
                 --prefix=$_LIBGSF_UDIR \
                 --disable-static \
                 --without-python \
+                --with-gnome-vfs \
                 CPPFLAGS="${GNOME_CPPFLAGS}" \
                 LDFLAGS="${GNOME_LDFLAGS}"
             make
             rm -rf ${_LIBGSF_UDIR}
             make install
         qpopd
-        ${PKG_CONFIG} --exists libgsf-1 libgsf-gnome-1 || die "libgsf not installed correctly"
+        ${PKG_CONFIG} --exists libgsf-1 || die "libgsf not installed correctly: No libgsf-1"
+        ${PKG_CONFIG} --exists libgsf-gnome-1 || die "libgsf not installed correctly: No libgsf-gnome-1"
     fi
 }
 



More information about the gnucash-changes mailing list