SPECS (DEVEL): php.spec - link with system pcre library, not bundl...
arekm
arekm at pld-linux.org
Sat Sep 3 12:50:21 CEST 2005
Author: arekm Date: Sat Sep 3 10:50:21 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- link with system pcre library, not bundled one
---- Files affected:
SPECS:
php.spec (1.467.2.6 -> 1.467.2.7)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.467.2.6 SPECS/php.spec:1.467.2.7
--- SPECS/php.spec:1.467.2.6 Fri Aug 26 11:02:09 2005
+++ SPECS/php.spec Sat Sep 3 12:50:16 2005
@@ -76,7 +76,7 @@
Name: php
Version: 5.1.0
%define _rc RC1
-Release: 0.%{_rc}.2%{?with_hardening:hardened}
+Release: 0.%{_rc}.3%{?with_hardening:hardened}
Epoch: 4
Group: Libraries
License: PHP
@@ -1628,7 +1628,7 @@
%{?with_openssl:--with-openssl=shared} \
--with-kerberos \
%{?with_oracle:--with-oracle=shared} \
- %{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=shared} \
+ %{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=shared,/usr} \
--with-pear=%{php_pear_dir} \
%{!?with_pgsql:--without-pgsql}%{?with_pgsql:--with-pgsql=shared,/usr} \
--with-png-dir=/usr \
@@ -2911,6 +2911,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.467.2.7 2005/09/03 10:50:16 arekm
+- link with system pcre library, not bundled one
+
Revision 1.467.2.6 2005/08/26 09:02:09 arekm
- use libtool for installing apache DSOs; rel 0.x.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.467.2.6&r2=1.467.2.7&f=u
More information about the pld-cvs-commit
mailing list