diff options
author | Tom Kistner <tom@duncanthrax.net> | 2009-10-16 07:30:54 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2009-10-16 07:30:54 +0000 |
commit | 593cc78019ceb7c36b301536a06c114fc78926ad (patch) | |
tree | da0cb39892030e3b1e0100820560ad20e90d80a3 /src/OS | |
parent | 0d2b278d077508a1f45a23d2229179731a10d23b (diff) |
Make sure -lpcre is set in default makefile. Needed for eximon as well.
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/Makefile-Default | 4 |
1 files changed, 2 insertions, 2 deletions
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 |