git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0d2b278
)
Make sure -lpcre is set in default makefile. Needed for eximon as well.
author
Tom Kistner
<tom@duncanthrax.net>
Fri, 16 Oct 2009 07:30:54 +0000
(07:30 +0000)
committer
Tom Kistner
<tom@duncanthrax.net>
Fri, 16 Oct 2009 07:30:54 +0000
(07:30 +0000)
src/OS/Makefile-Default
patch
|
blob
|
history
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 #
@@
-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