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:16:14 Branch: HEAD Handle: 2007122122161300 Modified files: openpkg-src/apache-php apache-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.17 +8 -1 openpkg-src/apache-php/apache-php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache-php/apache-php.spec ============================================================================ $ cvs diff -u -r1.16 -r1.17 apache-php.spec --- openpkg-src/apache-php/apache-php.spec 21 Dec 2007 22:11:32 -0000 1.16 +++ openpkg-src/apache-php/apache-php.spec 21 Dec 2007 22:16:13 -0000 1.17 @@ -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 @@ -428,9 +433,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 openpkg-cvs@openpkg.org