gnucash-on-windows master: Work around xmlsec build failure and upgrade it to same version used on Mac.

John Ralls jralls at code.gnucash.org
Thu Mar 8 13:30:07 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/e3555ff7 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/6ba18441 (commit)



commit e3555ff7070185025d94071e7051c9a4e5da91b5
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Mar 8 10:29:47 2018 -0800

    Work around xmlsec build failure and upgrade it to same version used on Mac.

diff --git a/gnucash.modules b/gnucash.modules
index 5bb457d..7518a1a 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -166,10 +166,10 @@
 	    repo="sourceforge"/>
   </autotools>
 
-  <autotools id="xmlsec">
-    <branch module="lsh123/xmlsec/archive/xmlsec-1_2_20.tar.gz"
-	    repo="github-tar" version="1.2.20"
-	    checkoutdir="xmlsec-xmlsec-1_2_20"/>
+  <autotools id="xmlsec" autogenargs="--disable-x509">
+    <branch module="lsh123/xmlsec/archive/xmlsec-1_2_25.tar.gz"
+	    repo="github-tar" version="1.2.25"
+	    checkoutdir="xmlsec-xmlsec-1_2_25"/>
     <dependencies>
       <dep package="openssl"/>
     </dependencies>



Summary of changes:
 gnucash.modules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list