[csw-devel] SF.net SVN: gar:[11961] csw/mgar/pkg/exim/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Dec 15 22:40:38 CET 2010


Revision: 11961
          http://gar.svn.sourceforge.net/gar/?rev=11961&view=rev
Author:   bdwalton
Date:     2010-12-15 21:40:37 +0000 (Wed, 15 Dec 2010)

Log Message:
-----------
exim: pass in CFLAGS directly, allowing possible leverage of EXTRA_CFLAGS, etc

Modified Paths:
--------------
    csw/mgar/pkg/exim/trunk/Makefile

Modified: csw/mgar/pkg/exim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exim/trunk/Makefile	2010-12-15 19:51:35 UTC (rev 11960)
+++ csw/mgar/pkg/exim/trunk/Makefile	2010-12-15 21:40:37 UTC (rev 11961)
@@ -51,7 +51,7 @@
 
 # Local/Makefile has been patched to use these:
 CSW_CC = $($(GARCOMPILER)_CC)
-CSW_OPT = $($(GARCOMPILER)_CC_OPT)
+CSW_OPT = $(CFLAGS)
 CSW_WORKSRC = $(PWD)/$(WORKSRC)
 export CSW_CC CSW_OPT CSW_WORKSRC
 


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