summaryrefslogtreecommitdiffstats
path: root/libhandlebars-gcc10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libhandlebars-gcc10.patch')
-rw-r--r--libhandlebars-gcc10.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/libhandlebars-gcc10.patch b/libhandlebars-gcc10.patch
new file mode 100644
index 0000000..f687156
--- /dev/null
+++ b/libhandlebars-gcc10.patch
@@ -0,0 +1,21 @@
+From d936e6364b3b86c913258be1248fa530ce75e2f0 Mon Sep 17 00:00:00 2001
+From: Remi Collet <remi@remirepo.net>
+Date: Wed, 19 Feb 2020 15:52:43 +0100
+Subject: [PATCH] fix multiple definition
+
+---
+ tests/utils.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tests/utils.h b/tests/utils.h
+index 5515e93..1ccbb2e 100644
+--- a/tests/utils.h
++++ b/tests/utils.h
+@@ -67,7 +67,6 @@
+ #endif
+
+ struct handlebars_value;
+-const int MOD_ADLER;
+
+ typedef void (*scan_directory_cb)(char * filename);
+