[csw-devel] SF.net SVN: gar:[11926] csw/mgar/pkg/exim/trunk/files/ 0004-Force-Compiler-and-a-few-compilation-options.patch

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Dec 14 04:53:03 CET 2010


Revision: 11926
          http://gar.svn.sourceforge.net/gar/?rev=11926&view=rev
Author:   bdwalton
Date:     2010-12-14 03:53:02 +0000 (Tue, 14 Dec 2010)

Log Message:
-----------
exim: force a few more build flags to influence mysql/postgres options

Modified Paths:
--------------
    csw/mgar/pkg/exim/trunk/files/0004-Force-Compiler-and-a-few-compilation-options.patch

Modified: csw/mgar/pkg/exim/trunk/files/0004-Force-Compiler-and-a-few-compilation-options.patch
===================================================================
--- csw/mgar/pkg/exim/trunk/files/0004-Force-Compiler-and-a-few-compilation-options.patch	2010-12-14 03:49:59 UTC (rev 11925)
+++ csw/mgar/pkg/exim/trunk/files/0004-Force-Compiler-and-a-few-compilation-options.patch	2010-12-14 03:53:02 UTC (rev 11926)
@@ -1,6 +1,6 @@
-From 81cf6c60a61512eed7f35af6d0b8797074f9d6bb Mon Sep 17 00:00:00 2001
+From 3cc753695b92fae90252d3beb8f83dfd1133f6aa Mon Sep 17 00:00:00 2001
 From: Ben Walton <bwalton at opencsw.org>
-Date: Tue, 14 Dec 2010 03:39:25 +0100
+Date: Tue, 14 Dec 2010 04:37:19 +0100
 Subject: [PATCH] Force Compiler and a few compilation options
 
 We need to force the use of compiler and add a few extra CFLAGS and
@@ -8,23 +8,27 @@
 
 Signed-off-by: Ben Walton <bwalton at opencsw.org>
 ---
- Local/Makefile |    7 +++++++
- 1 files changed, 7 insertions(+), 0 deletions(-)
+ Local/Makefile |   11 +++++++++++
+ 1 files changed, 11 insertions(+), 0 deletions(-)
 
 diff --git a/Local/Makefile b/Local/Makefile
-index 810b984..f7ec083 100644
+index 6ba1bf8..60f0199 100644
 --- a/Local/Makefile
 +++ b/Local/Makefile
-@@ -1,5 +1,12 @@
+@@ -1,5 +1,16 @@
  # $Cambridge: exim/exim-src/src/EDITME,v 1.23 2009/11/20 12:18:19 nm4 Exp $
  
-+# -I (CSW_WORKSRC).. is needed for the SPF2 hack (to pick up patched SPF2
-+# headers locally)
++# -I (CSW_WORKSRC).. is needed for the SPF2 hack (to pick up patched
++# SPF2 headers locally)
 +
 +CC=$(CSW_CC)
 +CFLAGS=-DHAVE_NS_TYPE -I$(CSW_WORKSRC) -I/opt/csw/include $(CSW_OPT)
-+LDFLAGS=-R/opt/csw/mysql5/lib/mysql -R/opt/csw/postgresql/lib
++LDFLAGS=-L/opt/csw/mysql5/lib/mysql -L/opt/csw/postgresql/lib -L/opt/csw/lib -R/opt/csw/mysql5/lib/mysql -R/opt/csw/postgresql/lib
 +
++# This build system is a bit odd.  They use LFLAGS where you'd normally
++# expect to see LDFLAGS.  I don't see where it gets set though...?  Typo?
++LFLAGS += $(LDFLAGS)
++
  ##################################################
  #          The Exim mail transport agent         #
  ##################################################


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list