X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/40fa69f0f370146d9b85dfc5990b612b6d9d1ce9..46017bad89b849137b4b327db699fdc6f63ffbec:/src/OS/Makefile-Linux?ds=sidebyside diff --git a/src/OS/Makefile-Linux b/src/OS/Makefile-Linux index cbbe01fe0..d1d501376 100644 --- 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 +# We have mmap/malloc addr spaces separate +CFLAGS += -DTAINT_CHECK_FAST + DBMLIB = -ldb USE_DB = yes -LIBS = -lnsl -lcrypt -lm +LIBS = -lcrypt -lm LIBRESOLV = -lresolv X11=/usr/X11R6