Revision: 19088
          http://gar.svn.sourceforge.net/gar/?rev=19088&view=rev
Author:   chninkel
Date:     2012-08-24 19:09:45 +0000 (Fri, 24 Aug 2012)
Log Message:
-----------
imapproxy/trunk: fixed a missing LDFLAGS in the Makefile

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

Added Paths:
-----------
    
csw/mgar/pkg/imapproxy/trunk/files/0003-Missing-LDFLAGS-in-Makefile-fix.patch

Modified: csw/mgar/pkg/imapproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/imapproxy/trunk/Makefile       2012-08-24 19:09:20 UTC (rev 
19087)
+++ csw/mgar/pkg/imapproxy/trunk/Makefile       2012-08-24 19:09:45 UTC (rev 
19088)
@@ -73,6 +73,10 @@
 # imapproxy makefile
 PATCHFILES += destdir.patch
 
+# LDFLAGS is not present in the Makefile
+# for the pimpstat compilation, this patch fixes this
+PATCHFILES += 0003-Missing-LDFLAGS-in-Makefile-fix.patch
+
 ##### Build and installation information #####
 
 CONFIGURE_ARGS = $(DIRPATHS)

Added: 
csw/mgar/pkg/imapproxy/trunk/files/0003-Missing-LDFLAGS-in-Makefile-fix.patch
===================================================================
--- 
csw/mgar/pkg/imapproxy/trunk/files/0003-Missing-LDFLAGS-in-Makefile-fix.patch   
                            (rev 0)
+++ 
csw/mgar/pkg/imapproxy/trunk/files/0003-Missing-LDFLAGS-in-Makefile-fix.patch   
    2012-08-24 19:09:45 UTC (rev 19088)
@@ -0,0 +1,25 @@
+From c6deec66f1d2e1ca36786f9e5c3ca9d062764f8e Mon Sep 17 00:00:00 2001
+From: Yann Rouillard <[email protected]>
+Date: Fri, 24 Aug 2012 20:52:22 +0200
+Subject: [PATCH] Missing LDFLAGS in Makefile fix
+
+---
+ Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 200dc68..9bf9c71 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -72,7 +72,7 @@ $(XYD_BIN): $(XYD_OBJ)
+       $(CC) -o $@ $(XYD_OBJ) $(LDFLAGS) $(XYD_LIB)
+ 
+ $(TAT_BIN): $(TAT_OBJ)
+-      $(CC) -o $@ $(TAT_OBJ) $(TAT_LIB)
++      $(CC) -o $@ $(TAT_OBJ) $(LDFLAGS) $(TAT_LIB)
+ 
+ clean:
+       rm -f ./src/core  $(XYD_OBJ) $(TAT_OBJ) $(XYD_BIN) $(TAT_BIN)
+-- 
+1.7.11.3
+

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

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to