]> git.pld-linux.org Git - packages/php.git/commitdiff
- kerberos5 bcond
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 5 Apr 2011 12:22:55 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.934

php.spec

index 19842af6e7b66b0e59cf83a11396be792c2ea3a5..aaba238f75854396bc14bcab11674ae58662bc50 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -33,6 +33,7 @@
 %bcond_without filter          # without filter extension module
 %bcond_without imap            # without IMAP extension module
 %bcond_without interbase       # without InterBase extension module
+%bcond_without kerberos5       # without Kerberos5 support
 %bcond_without litespeed       # build litespeed module
 %bcond_without ldap            # without LDAP extension module
 %bcond_without mm              # without mm support for session storage
@@ -197,6 +198,7 @@ BuildRequires:      db-devel >= 4.0
 BuildRequires: elfutils-devel
 #BuildRequires:        fcgi-devel
 #BuildRequires:        flex
+%{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: mysql-devel
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
@@ -2081,7 +2083,7 @@ for sapi in $sapis; do
        %{?with_mysqli:--with-mysqli=shared%{?with_mysqlnd:,mysqlnd}} \
        %{?with_oci8:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
        %{?with_openssl:--with-openssl=shared} \
-       --with-kerberos \
+       %{?with_kerberos5:--with-kerberos} \
        %{__with_without pcre pcre-regex /usr} \
        %{__enable_disable filter filter shared} \
        --with-pear=%{php_pear_dir} \
This page took 0.102685 seconds and 4 git commands to generate.