Make sure -lpcre is set in default makefile. Needed for eximon as well.
authorTom Kistner <tom@duncanthrax.net>
Fri, 16 Oct 2009 07:30:54 +0000 (07:30 +0000)
committerTom Kistner <tom@duncanthrax.net>
Fri, 16 Oct 2009 07:30:54 +0000 (07:30 +0000)
src/OS/Makefile-Default

index 4c08c4e3e35833bc86123de7ff3a6774c0ed34b6..3d3655b5b3d90b83eb69574a59d47503f5831b79 100644 (file)
@@ -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