]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- killed php bcond and deps
authorradek <radek@pld-linux.org>
Fri, 20 Apr 2007 13:37:01 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.388

postgresql.spec

index 3da3a9625b2b1cc5546d60d299f8587d6e5e45ba..97acc6a7f66461384f99013fbec18261a157da7e 100644 (file)
@@ -5,7 +5,6 @@
 %bcond_without kerberos5               # disable kerberos5 support
 %bcond_without perl                    # disable Perl support
 %bcond_without python                  # disable Python support
-%bcond_with    php                     # enable PHP support
 %bcond_with    absolute_dbpaths        # enable absolute paths to create database
                                        # (disabled by default because it is a security risk)
 
@@ -50,10 +49,6 @@ BuildRequires:       ncurses-devel >= 5.0
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
 %{?with_perl:BuildRequires:    perl-devel}
-%if %{with php}
-BuildRequires: php-devel >= 3:5.0.0
-BuildRequires: rpmbuild(macros) >= 1.322
-%endif
 %if %{with python}
 BuildRequires: python >= 1:2.3
 BuildRequires: python-devel >= 1:2.3
@@ -784,7 +779,6 @@ tar zxf doc/postgres.tar.gz -C doc/unpacked
        --with-openssl \
        --with-pam \
        %{?with_perl:--with-perl} \
-       %{?with_php:--with-php=/usr/include/php} \
        %{?with_python:--with-python} \
        %{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \
        --without-docdir
This page took 0.13681 seconds and 4 git commands to generate.