git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
heimdal auth: fix the increase of big_buffer size. Bug 2501
[exim.git]
/
src
/
OS
/
Makefile-Linux
diff --git
a/src/OS/Makefile-Linux
b/src/OS/Makefile-Linux
index cbbe01fe04a17ed62fa7a7daca46e6a5ae85c837..d1d501376afc48bb45d8462e5faf25f9a8266bb7 100644
(file)
--- a/
src/OS/Makefile-Linux
+++ b/
src/OS/Makefile-Linux
@@
-18,10
+18,13
@@
CC=cc
CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
CFLAGS_DYNAMIC ?= -shared -rdynamic
CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
CFLAGS_DYNAMIC ?= -shared -rdynamic
+# We have mmap/malloc addr spaces separate
+CFLAGS += -DTAINT_CHECK_FAST
+
DBMLIB = -ldb
USE_DB = yes
DBMLIB = -ldb
USE_DB = yes
-LIBS = -l
nsl -l
crypt -lm
+LIBS = -lcrypt -lm
LIBRESOLV = -lresolv
X11=/usr/X11R6
LIBRESOLV = -lresolv
X11=/usr/X11R6