From: Tom Kistner Date: Fri, 16 Oct 2009 07:30:54 +0000 (+0000) Subject: Make sure -lpcre is set in default makefile. Needed for eximon as well. X-Git-Tag: exim-4_70_RC3~44 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/593cc78019ceb7c36b301536a06c114fc78926ad Make sure -lpcre is set in default makefile. Needed for eximon as well. --- diff --git a/src/OS/Makefile-Default b/src/OS/Makefile-Default index 4c08c4e3e..3d3655b5b 100644 --- a/src/OS/Makefile-Default +++ b/src/OS/Makefile-Default @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-Default,v 1.4 2008/07/25 20:27:30 fanf2 Exp $ +# $Cambridge: exim/src/OS/Makefile-Default,v 1.5 2009/10/16 07:30:54 tom Exp $ ################################################## # The Exim mail transport agent # @@ -91,7 +91,7 @@ CC=gcc # PCRE_LIBS contains the library to be linked for PCRE -#PCRE_LIBS=-lpcre +PCRE_LIBS=-lpcre # LIBS and EXTRALIBS contain library settings that are used on linking