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

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sat Mar 7 18:10:09 CET 2009


Revision: 3616
          http://gar.svn.sourceforge.net/gar/?rev=3616&view=rev
Author:   rthurner
Date:     2009-03-07 17:10:09 +0000 (Sat, 07 Mar 2009)

Log Message:
-----------
workaround for a few days, until mike's new python is live

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

Modified: csw/mgar/pkg/mod_wsgi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mod_wsgi/trunk/Makefile	2009-03-07 16:19:30 UTC (rev 3615)
+++ csw/mgar/pkg/mod_wsgi/trunk/Makefile	2009-03-07 17:10:09 UTC (rev 3616)
@@ -34,5 +34,10 @@
 test-skip:
 	$(DONADA)
 
+## Fix Makefile LDFLAGS to correct broken python-config return values
+post-configure-modulated:
+	@( perl -i -plne 's|^LDFLAGS = .*|LDFLAGS = -L/opt/csw/lib|' \
+		$(WORKSRC)/Makefile )
+
 include gar/category.mk
 


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