]> git.pld-linux.org Git - packages/exim.git/blame_incremental - exim4-cflags.patch
Rel 14; fix segfault in srs
[packages/exim.git] / exim4-cflags.patch
... / ...
CommitLineData
1diff -urN exim-4.60.org/OS/Makefile-Linux exim-4.60/OS/Makefile-Linux
2--- exim-4.60.org/OS/Makefile-Linux 2005-11-28 11:57:32.000000000 +0100
3+++ exim-4.60/OS/Makefile-Linux 2006-02-17 20:17:00.698452750 +0100
4@@ -13,7 +13,7 @@
5 CHMOD_COMMAND=look_for_it
6
7 # Preserve CFLAGS and CFLAGS_DYNAMIC from the caller/environment
8-CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
9+CFLAGS ?= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $(CUSTOM_CFLAGS)
10 CFLAGS_DYNAMIC ?= -shared -rdynamic
11
12 DBMLIB = -ldb
13
This page took 0.504852 seconds and 4 git commands to generate.