git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make sure -lpcre is set in default makefile. Needed for eximon as well.
[users/heiko/exim.git]
/
src
/
OS
/
Makefile-Default
diff --git
a/src/OS/Makefile-Default
b/src/OS/Makefile-Default
index 4c08c4e3e35833bc86123de7ff3a6774c0ed34b6..3d3655b5b3d90b83eb69574a59d47503f5831b79 100644
(file)
--- 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 #
##################################################
# The Exim mail transport agent #
@@
-91,7
+91,7
@@
CC=gcc
# PCRE_LIBS contains the library to be linked for PCRE
# 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
# LIBS and EXTRALIBS contain library settings that are used on linking