gnucash-on-windows master: Disable grcrypt on xmlsec.

John Ralls jralls at code.gnucash.org
Thu May 13 19:50:11 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/6437a13a (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/b3c95b2a (commit)



commit 6437a13a39d738984de289dc7604a37eca41e9e2
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu May 13 15:07:30 2021 -0700

    Disable grcrypt on xmlsec.
    
    The mingw32 build of gcrypt is missing symbols that xmlsec needs,
    and xmlsec will fall back to using Windows built-in crypto.

diff --git a/gnucash.modules b/gnucash.modules
index 4275b87..73661df 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -163,7 +163,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="xmlsec" >
+  <autotools id="xmlsec" autogenargs="--without-gcrypt">
     <branch module="xmlsec1-1.2.32.tar.gz"
             repo="xmlsec" version="1.2.32" >
     </branch>



Summary of changes:
 gnucash.modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list