[exim-cvs] cvs commit: exim/exim-src/OS Makefile-Default

Top Page
Delete this message
Reply to this message
Author: Tom Kistner
Date:  
To: exim-cvs
Subject: [exim-cvs] cvs commit: exim/exim-src/OS Makefile-Default
tom 2009/10/16 08:30:55 BST

  Modified files:
    exim-src/OS          Makefile-Default 
  Log:
  Make sure -lpcre is set in default makefile. Needed for eximon as well.


  Revision  Changes    Path
  1.5       +1 -1      exim/exim-src/OS/Makefile-Default


  Index: Makefile-Default
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/Makefile-Default,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile-Default    25 Jul 2008 20:27:30 -0000    1.4
  +++ Makefile-Default    16 Oct 2009 07:30:54 -0000    1.5
  @@ -1,4 +1,4 @@
  -# $Cambridge: exim/exim-src/OS/Makefile-Default,v 1.4 2008/07/25 20:27:30 fanf2 Exp $
  +# $Cambridge: exim/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 @@


# 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