[packages/geary] - added meson patch (define geary-web-process module explicitly as shared; default "both" causes str
qboosh
qboosh at pld-linux.org
Sat Nov 23 18:52:13 CET 2019
commit 0b5637db19bd36bd6fde836cf61cb5828e368655
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Nov 23 18:52:35 2019 +0100
- added meson patch (define geary-web-process module explicitly as shared; default "both" causes strange failure)
geary-meson.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/geary-meson.patch b/geary-meson.patch
new file mode 100644
index 0000000..77b4a9c
--- /dev/null
+++ b/geary-meson.patch
@@ -0,0 +1,11 @@
+--- geary-3.34.1/src/meson.build.orig 2019-11-23 14:57:07.207017030 +0100
++++ geary-3.34.1/src/meson.build 2019-11-23 14:57:15.293639887 +0100
+@@ -38,7 +38,7 @@
+ )
+
+ # Web process extension library
+-geary_web_process = library('geary-web-process',
++geary_web_process = shared_library('geary-web-process',
+ geary_web_process_sources,
+ c_args: geary_c_options,
+ dependencies: [
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/geary.git/commitdiff/0b5637db19bd36bd6fde836cf61cb5828e368655
More information about the pld-cvs-commit
mailing list