[packages/exim] Missing include

arekm arekm at pld-linux.org
Tue Nov 8 08:04:02 CET 2022


commit b643027512537a524b1394832333715d8702d3b6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Nov 8 08:03:53 2022 +0100

    Missing include

 90_localscan_dlopen-fixes.dpatch | 10 ++++++++++
 exim.spec                        |  5 +++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/exim.spec b/exim.spec
index 330b1c0..9475b6f 100644
--- a/exim.spec
+++ b/exim.spec
@@ -57,7 +57,8 @@ Patch3:		exim-defs.patch
 Patch4:		%{name}4-Makefile-Default.patch
 # dlopen patch from debian
 Patch5:		90_localscan_dlopen.dpatch
-
+# local fixes for debian patch
+Patch6:         90_localscan_dlopen-fixes.dpatch
 Patch7:		linelength-show.patch
 Patch8:		%{name}-spam-timeout.patch
 
@@ -181,7 +182,7 @@ Pliki nagłówkowe dla Exima.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-
+%patch6 -p1
 %patch7 -p1
 %patch8 -p1
 
diff --git a/90_localscan_dlopen-fixes.dpatch b/90_localscan_dlopen-fixes.dpatch
new file mode 100644
index 0000000..eee067b
--- /dev/null
+++ b/90_localscan_dlopen-fixes.dpatch
@@ -0,0 +1,10 @@
+--- a/src/local_scan.h~	2022-11-08 06:56:36.000000000 +0100
++++ b/src/local_scan.h	2022-11-08 07:59:28.809998403 +0100
+@@ -26,6 +26,7 @@ store.c
+ settings, and the store functions. */
+ 
+ #include <stdarg.h>
++#include <stdlib.h>
+ #include <sys/types.h>
+ #pragma GCC visibility push(default)
+ #include "config.h"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/b643027512537a524b1394832333715d8702d3b6



More information about the pld-cvs-commit mailing list