SPECS: php.spec - rel 2; enable reflection (static)
arekm
arekm at pld-linux.org
Mon Jan 16 20:12:43 CET 2006
Author: arekm Date: Mon Jan 16 19:12:43 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2; enable reflection (static)
---- Files affected:
SPECS:
php.spec (1.545 -> 1.546)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.545 SPECS/php.spec:1.546
--- SPECS/php.spec:1.545 Sat Jan 14 10:39:28 2006
+++ SPECS/php.spec Mon Jan 16 20:12:38 2006
@@ -14,7 +14,6 @@
# - make additional headers added by mail patch configurable
# - apply -hardened patch by default ?
# - modularize session, standard (output from pure php -m)?
-# - fix reflection module to build it statically
#
# Conditional build:
%bcond_with db3 # use db3 packages instead of db (4.x) for Berkeley DB support
@@ -81,7 +80,7 @@
Summary(uk): PHP ÷ĹŇÓŚ§ 5 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
Name: php
Version: 5.1.2
-%define _rel 1
+%define _rel 2
Release: %{_rel}%{?with_hardening:hardened}
Epoch: 4
License: PHP
@@ -107,6 +106,7 @@
Patch6: %{name}-build_modules.patch
Patch7: %{name}-sapi-ini-file.patch
Patch8: %{name}-no-metaccld.patch
+Patch9: %{name}-reflection.patch
Patch10: %{name}-ini.patch
Patch11: %{name}-acam.patch
Patch14: %{name}-allow-db31.patch
@@ -1536,6 +1536,7 @@
%patch6 -p1
%patch7 -p1
%patch8 -p1
+%patch9 -p1
cp php.ini-dist php.ini
%patch10 -p1
# for ac2.53b/am1.6b - AC_LANG_CXX has AM_CONDITIONAL, so cannot be invoked
@@ -1691,7 +1692,7 @@
%{?with_pgsql:--with-pdo-pgsql=shared} \
%{?with_sqlite:--with-pdo-sqlite=shared,/usr} \
--enable-posix=shared \
- --disable-reflection \
+ --enable-reflection \
--enable-session \
--enable-shared \
--enable-shmop=shared \
@@ -3072,6 +3073,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.546 2006/01/16 19:12:38 arekm
+- rel 2; enable reflection (static)
+
Revision 1.545 2006/01/14 09:39:28 glen
- b! nice, ever
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.545&r2=1.546&f=u
More information about the pld-cvs-commit
mailing list