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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Sep 4 04:48:41 CEST 2011


Revision: 15512
          http://gar.svn.sourceforge.net/gar/?rev=15512&view=rev
Author:   bdwalton
Date:     2011-09-04 02:48:40 +0000 (Sun, 04 Sep 2011)
Log Message:
-----------
php5/trunk: remove trailing slash from an arg that was causing a bad rpath entry (double slash)

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

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2011-09-04 00:06:59 UTC (rev 15511)
+++ csw/mgar/pkg/php5/trunk/Makefile	2011-09-04 02:48:40 UTC (rev 15512)
@@ -288,7 +288,7 @@
 CONFIGURE_ARGS += --with-mhash=shared,$(prefix)
 CONFIGURE_ARGS += --with-mm=$(prefix)
 CONFIGURE_ARGS += --with-mssql=shared,$(prefix)
-CONFIGURE_ARGS += --with-mysql=shared,$(prefix)/
+CONFIGURE_ARGS += --with-mysql=shared,$(prefix)
 CONFIGURE_ARGS += --with-mysqli=shared,$(prefix)/mysql5/bin/$(ISA_DEFAULT)/mysql_config
 CONFIGURE_ARGS += --with-ndbm
 CONFIGURE_ARGS += --with-openssl=shared,$(prefix)

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