gnucash-on-windows master: Delete gnome's .la files. They are causing a build failure

Geert Janssens gjanssens at code.gnucash.org
Thu Oct 9 08:57:24 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/d1a065b4 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/a3095689 (commit)



commit d1a065b4ddd43d35a29e1122263e0c361f4ca34d
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Oct 9 11:00:50 2014 +0200

    Delete gnome's .la files. They are causing a build failure

diff --git a/install-impl.sh b/install-impl.sh
index f075ba5..9bd9b5c 100644
--- a/install-impl.sh
+++ b/install-impl.sh
@@ -409,6 +409,9 @@ function inst_gnome() {
                 sed '1s,!.*perl,!'"perl"',;s,/opt/gnu/bin/iconv,iconv,' $file > tmp
                 mv tmp $file
             done
+
+            # remove *.la files. They are hindering the build
+            rm -f lib/*.la
         qpopd
 
         if quiet ${PKG_CONFIG} --exact-version=${LIBXML2_VERSION} libxml-2.0 ; then



Summary of changes:
 install-impl.sh | 3 +++
 1 file changed, 3 insertions(+)



More information about the gnucash-changes mailing list