OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Dec-2007 23:17:08
Branch: HEAD Handle: 2007122122170700
Modified files:
openpkg-src/php php.spec
Log:
'mm' is just a sub-part of the 'session' extension and 'session' even
could be used without 'mm', so (re)introduce 'with_session' option
Summary:
Revision Changes Path
1.171 +9 -2 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.170 -r1.171 php.spec
--- openpkg-src/php/php.spec 9 Dec 2007 10:38:06 -0000 1.170
+++ openpkg-src/php/php.spec 21 Dec 2007 22:17:07 -0000 1.171
@@ -40,7 +40,7 @@
Group: Language
License: PHP
Version: %{V_php}
-Release: 20071209
+Release: 20071221
# package options
%option with_suhosin no
@@ -77,6 +77,7 @@
%option with_pear no
%option with_pgsql no
%option with_sendmail no
+%option with_session no
%option with_simplexml no
%option with_snmp no
%option with_sqlite no
@@ -88,6 +89,10 @@
%option with_zlib no
# fixing implicit extension dependencies and correlations
+%if "%{with_mm}" == "yes"
+%undefine with_session
+%define with_session yes
+%endif
%if "%{with_pear}" == "yes"
%undefine with_xml
%define with_xml yes
@@ -424,9 +429,11 @@
%if "%{with_openldap}" == "yes"
--with-ldap=%{l_prefix} \
%endif
+%if "%{with_session}" == "yes"
+ --enable-session \
+%endif
%if "%{with_mm}" == "yes"
--with-mm=%{l_prefix} \
- --enable-session \
%endif
%if "%{with_pcre}" == "yes"
--with-pcre-regex=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]