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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Feb 24 03:19:17 CET 2012


Revision: 17158
          http://gar.svn.sourceforge.net/gar/?rev=17158&view=rev
Author:   bdwalton
Date:     2012-02-24 02:19:16 +0000 (Fri, 24 Feb 2012)
Log Message:
-----------
php5/trunk: adjust for mysql packaging changes

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

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2012-02-24 01:59:01 UTC (rev 17157)
+++ csw/mgar/pkg/php5/trunk/Makefile	2012-02-24 02:19:16 UTC (rev 17158)
@@ -234,8 +234,6 @@
 
 sysconfdir = /etc$(prefix)/php5
 
-MYSQL_VER = 5.0
-
 CONFIGURE_ARGS += --prefix=$(prefix)/php5
 CONFIGURE_ARGS += --sysconfdir=$(sysconfdir)
 ## build this static, php can not run without it.
@@ -304,14 +302,14 @@
 CONFIGURE_ARGS += --with-mm=$(prefix)
 CONFIGURE_ARGS += --with-mssql=shared,$(prefix)
 CONFIGURE_ARGS += --with-mysql=shared,$(prefix)
-CONFIGURE_ARGS += --with-mysqli=shared,$(prefix)/bin/mysql_config-$(MYSQL_VER)
+CONFIGURE_ARGS += --with-mysqli=shared,$(prefix)/bin/mysql_config
 CONFIGURE_ARGS += --with-ndbm
 CONFIGURE_ARGS += --with-openssl=shared,$(prefix)
 CONFIGURE_ARGS += --with-pcre-dir=$(prefix)
 CONFIGURE_ARGS += --with-pcre-regex
 # not documented, but you can pass the path to mysql_config directly
 # we need the 32-bit version, so we have to force this
-CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)/bin/mysql_config-$(MYSQL_VER)
+CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)/bin/mysql_config
 CONFIGURE_ARGS += --with-pdo-odbc=shared,unixODBC,$(prefix)
 CONFIGURE_ARGS += --with-pdo-pgsql=shared,$(prefix)/postgresql
 CONFIGURE_ARGS += --with-pdo-sqlite=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