]> git.pld-linux.org Git - packages/exim.git/blob - exim4-cflags.patch
perl 5.36.0 rebuild; rel 5
[packages/exim.git] / exim4-cflags.patch
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
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
10  
11  DBMLIB = -ldb
This page took 0.020631 seconds and 3 git commands to generate.