mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Building libmbfl seperately fails since the shared library version is an API reference rather than a version number
This commit is contained in:
@@ -4,7 +4,9 @@ AM_INIT_AUTOMAKE(libmbfl, 1.0.2)
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user