gnucash-on-windows master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Nov 2 19:18:52 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/d3c86ed8 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/ee916ce5 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/78f4b59e (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/35930b69 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/8fd80893 (commit)



commit d3c86ed81ff624f598771eb38f7f6e581136eeb7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 2 15:58:52 2014 -0800

    Get rid of some of the libfoo.la has moved warnings.
    
    The warning is caused by finding the libtool-lib on a different path than
    the one encoded in its libdir statement; it's a purely lexical check,
    so if the mingw version, /c/gcdev is given in the -L directive and c:/gcdev
    is in the libdir statement, libtool will issue the warning.
    
    The only one remaining is libintl, which is usually found with /c/gcdev/mingw/lib
    but whose libdir=/mingw.
    Unfortunately just about every other library links to this so it's issued
    a lot.

commit ee916ce5fc94e95c297f3c7de545ae7b3cc5960d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 2 09:44:12 2014 -0800

    Fix up libgnutls installation when building from source.
    
    We don't actually build libgnutls from source, so we need to create the
    directory for it. The .la files it provides contain the builder's paths
    which screws up libtool later, so delete them.

commit 78f4b59eb732258f3504ff5de6c71c43ba7be5f0
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 2 09:41:12 2014 -0800

    Build glib-networking (required by libsoup) in gnutls.
    
    Ensure that its version is coordinated with glib's by using new variable
    GLIB_VERSION for both.

commit 35930b69123304195109db89b35ab749c1e56d6a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 2 09:36:23 2014 -0800

    Fix hang when building libgpg-error.



Summary of changes:
 defaults.sh     |  8 +++++---
 functions.sh    |  1 +
 install-impl.sh | 24 ++++++++++++++++++++----
 3 files changed, 26 insertions(+), 7 deletions(-)



More information about the gnucash-patches mailing list