[exim] Re: Exim 4.54 (minor fixes) released

Top Page
Delete this message
Reply to this message
Author: Jason L Tibbitts III
Date:  
To: Marc Perkel
CC: exim-users
Subject: [exim] Re: Exim 4.54 (minor fixes) released
>>>>> "MP" == Marc Perkel <marc@???> writes:

MP> I still get this error when trying to compile eximon under Fedoar
MP> Core 4 64 bit version.


The Fedora packages have included this patch for a couple of years
now:

--- exim-4.24/OS/Makefile-Linux.libdir 2003-09-22 10:29:52.000000000 +0200
+++ exim-4.24/OS/Makefile-Linux 2003-11-13 12:05:15.000000000 +0100
@@ -17,8 +17,8 @@

X11=/usr/X11R6
XINCLUDE=-I$(X11)/include
-XLFLAGS=-L$(X11)/lib
-X11_LD_LIB=$(X11)/lib
+XLFLAGS=-L$(X11)/$(_lib)
+X11_LD_LIB=$(X11)/$(_lib)

EXIWHAT_PS_ARG=ax
EXIWHAT_EGREP_ARG='/exim( |$$)'


- J<