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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Jun 22 03:02:21 CEST 2012


Revision: 18492
          http://gar.svn.sourceforge.net/gar/?rev=18492&view=rev
Author:   bdwalton
Date:     2012-06-22 01:02:20 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
php5/trunk: hack around broken library versioning in c-client by forcing which -l parameter gets used

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

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2012-06-22 00:46:35 UTC (rev 18491)
+++ csw/mgar/pkg/php5/trunk/Makefile	2012-06-22 01:02:20 UTC (rev 18492)
@@ -341,6 +341,13 @@
 	@(cd $(WORKSRC); rm .gitignore; git add -A; git ci -m 'adding files that were previously ignored' )
 	@$(MAKECOOKIE)
 
+pre-configure-modulated:
+	@echo Munging c-client routine in configure.
+	@(cd $(WORKSRC); \
+		perl -pi -e "s|c-client4 c-client|c-client.2007f|g" configure; \
+		git add configure; git ci -m 'modify c-client finding routine')
+	@$(MAKECOOKIE)
+
 # this allows apxs to install the module.  stupid, but i couldn't make
 # the darn thing _not_ do try to add the httpd.conf lines, even with
 # patching...

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