change php embedded library soname version to 5.4
This commit is contained in:
parent
bb0e2afbb4
commit
2d008f8a3b
@ -5,7 +5,7 @@
|
||||
yes|shared)
|
||||
PHP_EMBED_TYPE=shared
|
||||
- INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; \$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(prefix)/lib"
|
||||
+ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -release \$(PHP_VERSION)"
|
||||
+ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -release \$(PHP_MAJOR_VERSION).\$(PHP_MINOR_VERSION)"
|
||||
+ INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(libdir); \$(LIBTOOL) --mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) \$(INSTALL_ROOT)\$(libdir)"
|
||||
;;
|
||||
static)
|
||||
|
6
php.spec
6
php.spec
@ -9,6 +9,9 @@
|
||||
%global zipver 1.11.0
|
||||
%global jsonver 1.2.1
|
||||
|
||||
# version used for php embedded library soname
|
||||
%global embed_version 5.4
|
||||
|
||||
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
|
||||
|
||||
# Regression tests take a long time, you can skip 'em with this
|
||||
@ -1369,7 +1372,7 @@ fi
|
||||
|
||||
%files embedded
|
||||
%{_libdir}/libphp5.so
|
||||
%{_libdir}/libphp5-%{version}%{?rcver}.so
|
||||
%{_libdir}/libphp5-%{embed_version}.so
|
||||
|
||||
%files pgsql -f files.pgsql
|
||||
%files mysql -f files.mysql
|
||||
@ -1408,6 +1411,7 @@ fi
|
||||
- clarify Licenses
|
||||
- missing provides xmlreader and xmlwriter
|
||||
- modernize spec
|
||||
- change php embedded library soname version to 5.4
|
||||
|
||||
* Tue Nov 6 2012 Remi Collet <rcollet@redhat.com> 5.4.8-5
|
||||
- fix _httpd_mmn macro definition
|
||||
|
Loading…
Reference in New Issue
Block a user