r21802 - gnucash/trunk/packaging/win32 - Win32: use proper cpp and ld include parameters

Geert Janssens gjanssens at code.gnucash.org
Fri Dec 30 12:27:12 EST 2011


Author: gjanssens
Date: 2011-12-30 12:27:12 -0500 (Fri, 30 Dec 2011)
New Revision: 21802
Trac: http://svn.gnucash.org/trac/changeset/21802

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32: use proper cpp and ld include parameters

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2011-12-30 17:05:46 UTC (rev 21801)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2011-12-30 17:27:12 UTC (rev 21802)
@@ -1150,8 +1150,8 @@
                 --prefix=${_LIBXSLT_UDIR} \
                 --with-python=no \
                 --with-libxml-prefix=${_GNOME_UDIR} \
-                CPPFLAGS="-I${_GNOME_UDIR}/include ${GNUTLS_CPPFLAGS}" \
-                LDFLAGS="-L${_GNOME_UDIR}/lib ${GNUTLS_LDFLAGS}"
+                CPPFLAGS="${GNOME_CPPFLAGS} ${GNUTLS_CPPFLAGS}" \
+                LDFLAGS="${GNOME_LDFLAGS} ${GNUTLS_LDFLAGS}"
             make
             make install
         qpopd



More information about the gnucash-changes mailing list