Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37917441
en ru br
ALT Linux repos
S:4.96-alt1
5.0: 4.69-alt1.1.1
4.1: 4.69-alt1.M41.3
4.0: 4.67-alt1
3.0: 4.51-alt1

Group :: Networking/Mail
RPM: exim

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: exim-4.76-pcre.patch
Download


--- exim-4.76/src/exim.c-	2011-05-09 12:36:25.000000000 +0400
+++ exim-4.76/src/exim.c	2011-10-16 07:50:24.138099169 +0400
@@ -948,7 +948,8 @@ DEBUG(D_any) do {
            * unless its an ancient version of PCRE in which case it
            * is not defined */
 #ifdef PCRE_PRERELEASE
-          PCRE_PRERELEASE "",
+#define STR(a) #a
+	STR(PCRE_PRERELEASE),
 #else
           "",
 #endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin