Author: arekm Date: Fri Feb 17 19:22:15 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - don't overwrite exim cflags
---- Files affected: SOURCES: exim4-cflags.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/exim4-cflags.patch diff -u /dev/null SOURCES/exim4-cflags.patch:1.1 --- /dev/null Fri Feb 17 20:22:15 2006 +++ SOURCES/exim4-cflags.patch Fri Feb 17 20:22:09 2006 @@ -0,0 +1,12 @@ +diff -urN exim-4.60.org/OS/Makefile-Linux exim-4.60/OS/Makefile-Linux +--- exim-4.60.org/OS/Makefile-Linux 2005-11-28 11:57:32.000000000 +0100 ++++ exim-4.60/OS/Makefile-Linux 2006-02-17 20:17:00.698452750 +0100 +@@ -9,7 +9,7 @@ + CHOWN_COMMAND=look_for_it + CHGRP_COMMAND=look_for_it + +-CFLAGS=-O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE ++CFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $(CUSTOM_CFLAGS) + + DBMLIB = -ldb + USE_DB = yes ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
