]> git.pld-linux.org Git - packages/exim.git/commitdiff
- rel 8; debian localscan_dlopen patch forces -fvisibility=hidden which breaks dynami... auto/th/exim-4.93-8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 8 Jan 2020 12:22:41 +0000 (13:22 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 8 Jan 2020 12:22:41 +0000 (13:22 +0100)
exim.spec
localscan_dlopen_exim_4.20_or_better.patch

index c5ab69a3f1ae664e64dd3b7702c845be3b6c8d04..7069c39e4153e38bb9fa7416888b1e285d37693d 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -8,7 +8,7 @@
 %bcond_without ldap    # without LDAP support
 %bcond_without spf     # without spf support
 %bcond_without srs     # without srs support
-%bcond_without dynamic # dynamic modules
+%bcond_with    dynamic # dynamic modules
 %bcond_without hiredis # without redis
 # opendmarc.spec not ready, so off by default
 %bcond_with    dmarc   # DMARC support
@@ -25,7 +25,7 @@ Summary(pl.UTF-8):    Agent Transferu Poczty Uniwersytetu w Cambridge
 Summary(pt_BR.UTF-8):  Servidor de correio eletrônico exim
 Name:          exim
 Version:       4.93
-Release:       7
+Release:       8
 Epoch:         2
 License:       GPL
 Group:         Networking/Daemons/SMTP
index edb18beed9ae581e762d64ecad53ac64628684db..cef1b2a5618b1a856958f3ba534c9bcdb368f626 100644 (file)
@@ -93,7 +93,7 @@ Last-Update: 2019-10-20
  /* This is the only Exim header that you should include. The effect of
  including any other Exim header is not defined, and may change from release to
  release. Use only the documented interface! */
-@@ -29,37 +13,129 @@ release. Use only the documented interfa
+@@ -29,37 +13,130 @@ release. Use only the documented interfa
  #include "local_scan.h"
  
  
@@ -123,6 +123,7 @@ Last-Update: 2019-10-20
 -*/
 +#ifdef DLOPEN_LOCAL_SCAN
 +#include <dlfcn.h>
++#include <stdlib.h>
 +static int (*local_scan_fn)(int fd, uschar **return_text) = NULL;
 +static int load_local_scan_library(void);
 +#endif
@@ -305,3 +306,4 @@ Last-Update: 2019-10-20
  #endif
  
  
+
This page took 0.228386 seconds and 4 git commands to generate.