gnucash-on-flatpak master: Include the patch for bug 797803.

John Ralls jralls at code.gnucash.org
Tue Jun 23 12:20:21 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/8b53153c (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/f0015062 (commit)



commit 8b53153c12b00ebf700d23090f40d06548a08534
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 23 09:20:12 2020 -0700

    Include the patch for bug 797803.

diff --git a/patches/0001-Never-recompile.patch b/patches/0001-Never-recompile.patch
new file mode 100755
index 0000000..5b7b7d0
--- /dev/null
+++ b/patches/0001-Never-recompile.patch
@@ -0,0 +1,25 @@
+From 4236586987b4c1f4241da62dc56c25f8b8c9030c Mon Sep 17 00:00:00 2001
+From: John Ralls <jralls at ceridwen.us>
+Date: Mon, 22 Jun 2020 13:29:11 -0700
+Subject: [PATCH] Never recompile.
+
+---
+ libguile/load.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libguile/load.c b/libguile/load.c
+index c209812dc..725fe5ae3 100644
+--- a/libguile/load.c
++++ b/libguile/load.c
+@@ -570,7 +570,7 @@ compiled_is_fresh (SCM full_filename, SCM compiled_filename,
+       scm_puts ("\n", scm_current_warning_port ());
+     }
+ 
+-  return compiled_is_newer;
++  return 1;
+ }
+ 
+ static SCM
+-- 
+2.26.2
+



Summary of changes:
 patches/0001-Never-recompile.patch | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100755 patches/0001-Never-recompile.patch



More information about the gnucash-changes mailing list