]> git.pld-linux.org Git - packages/php.git/commitdiff
- system pcre
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 3 Sep 2005 14:01:43 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.468

php.spec

index 2166c105d0709c332d809c8c221a02f14f2c7fe9..6389a1cd9b7c5acd6510282694e90ed4ce2fa822 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -77,7 +77,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.0.4
-Release:       10%{?with_hardening:hardened}
+Release:       10.1%{?with_hardening:hardened}
 Epoch:         4
 Group:         Libraries
 License:       PHP
@@ -173,6 +173,7 @@ BuildRequires:      ncurses-ext-devel
 %if %{with openssl} || %{with ldap}
 BuildRequires: openssl-devel >= 0.9.7d
 %endif
+%{?with_pcre:BuildRequires:    pcre-devel}
 BuildRequires: pam-devel
 BuildRequires: %{__perl}
 %{?with_msession:BuildRequires:        phoenix-devel}
@@ -1612,7 +1613,7 @@ for sapi in $sapis; do
        %{?with_oci8:--with-oci8=shared} \
        %{?with_openssl:--with-openssl=shared} \
        %{?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 \
This page took 0.088055 seconds and 4 git commands to generate.