From 835f61910c26fb178282dc48d194c35b65c2f7fa Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 2 Apr 2019 10:09:04 +0200 Subject: Declare __dso_handle variable, bug 682282. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- emacs/23.4/31_all_dso-handle.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 emacs/23.4/31_all_dso-handle.patch diff --git a/emacs/23.4/31_all_dso-handle.patch b/emacs/23.4/31_all_dso-handle.patch new file mode 100644 index 0000000..673e90e --- /dev/null +++ b/emacs/23.4/31_all_dso-handle.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/682282 + +--- emacs-23.4-orig/src/emacs.c ++++ emacs-23.4/src/emacs.c +@@ -217,6 +217,8 @@ + output a warning in dump-emacs. */ + #define MAX_HEAP_BSS_DIFF (1024*1024) + ++void *__dso_handle = NULL; ++ + + #ifdef HAVE_WINDOW_SYSTEM + extern Lisp_Object Vinitial_window_system; -- cgit v1.2.3-65-gdbad