scottmac Tue, 16 Feb 2010 09:35:31 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295149
Log:
Building libmbfl seperately fails since the shared library version is an API
reference rather than a version number
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mbstring/libmbfl/configure.in
Modified: php/php-src/branches/PHP_5_3/ext/mbstring/libmbfl/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mbstring/libmbfl/configure.in
2010-02-16 09:25:10 UTC (rev 295148)
+++ php/php-src/branches/PHP_5_3/ext/mbstring/libmbfl/configure.in
2010-02-16 09:35:31 UTC (rev 295149)
@@ -4,7 +4,9 @@
AC_CONFIG_SRCDIR(mbfl/mbfilter.c)
AM_CONFIG_HEADER(config.h)
-SHLIB_VERSION="1:0:2"
+# SHLIB isn't a version number but the API reference
+# Read
http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
+SHLIB_VERSION="1:1:0"
AC_SUBST(SHLIB_VERSION)
# Checks for programs.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php