]> git.pld-linux.org Git - packages/exim.git/blame - exim4-cflags.patch
Rel 14; fix segfault in srs
[packages/exim.git] / exim4-cflags.patch
CommitLineData
0473fda3
AM
1--- exim-4.94.org/OS/Makefile-Linux 2020-05-30 22:35:38.000000000 +0200
2+++ exim-4.94/OS/Makefile-Linux 2020-11-27 08:08:51.397823884 +0100
3@@ -16,7 +16,7 @@ CHMOD_COMMAND=look_for_it
4 # The system cc may be gcc or clang; do not force gcc
5 CC=cc
f1095e43
AM
6 # Preserve CFLAGS and CFLAGS_DYNAMIC from the caller/environment
7-CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
8+CFLAGS ?= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $(CUSTOM_CFLAGS)
9 CFLAGS_DYNAMIC ?= -shared -rdynamic
50a7b826
AM
10
11 DBMLIB = -ldb
This page took 0.338221 seconds and 4 git commands to generate.