OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jul-2007 19:58:56
Branch: HEAD Handle: 2007070218585600
Modified files:
openpkg-src/php4 php4.spec
Log:
configure option for PCRE support has been renamed; uses bundled PCRE
anyway, thus external dependency can be dropped
Summary:
Revision Changes Path
1.18 +1 -5 openpkg-src/php4/php4.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php4/php4.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 php4.spec
--- openpkg-src/php4/php4.spec 2 Jul 2007 17:31:18 -0000 1.17
+++ openpkg-src/php4/php4.spec 2 Jul 2007 17:58:56 -0000 1.18
@@ -157,10 +157,6 @@
BuildPreReq: mm
PreReq: mm
%endif
-%if "%{with_pcre}" == "yes"
-BuildPreReq: pcre
-PreReq: pcre
-%endif
%if "%{with_java}" == "yes"
BuildPreReq: j2se
PreReq: j2se
@@ -372,7 +368,7 @@
--enable-session \
%endif
%if "%{with_pcre}" == "yes"
- --with-pcre=%{l_prefix} \
+ --with-pcre-regex \
%endif
%if "%{with_ftp}" == "yes"
--enable-ftp \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]