]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- updated configure options; files for plphp module by Tomasz Rutkowski alucard nosph...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Dec 2006 21:24:10 +0000 (21:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.374

postgresql.spec

index 872ec23ac5c2b0c05223c6903703a4d680cb54e5..ff1f7377916d082a0067409ae69513661507496f 100644 (file)
@@ -7,8 +7,6 @@
 %bcond_without tcl                     # disables Tcl support
 %bcond_without kerberos5               # disable kerberos5 support
 %bcond_without perl                    # disable Perl support
-%bcond_without pgsql_locale            # disable PostgreSQL locale
-%bcond_without pgsql_multibyte         # disable PostgreSQL multibyte
 %bcond_without python                  # disable Python support
 %bcond_with    php                     # enable PHP support
 %bcond_with    absolute_dbpaths        # enable absolute paths to create database
@@ -803,22 +801,15 @@ tar zxf doc/postgres.tar.gz -C doc/unpacked
        --disable-rpath \
        --enable-depend \
        --enable-integer-datetimes \
-       %{?with_pgsql_locale:--enable-locale} \
-       %{?with_pgsql_multibyte:--enable-multibyte} \
        --enable-nls \
-       --enable-recode \
-       --enable-syslog \
        --enable-thread-safety \
-       --enable-unicode-conversion \
-       --with-CXX \
        %{?with_kerberos5:--with-krb5} \
        --with-openssl \
        --with-pam \
        %{?with_perl:--with-perl} \
        %{?with_php:--with-php=/usr/include/php} \
        %{?with_python:--with-python} \
-       %{?with_tcl:--with-tcl} \
-       --with-x \
+       %{?with_tcl:--with-tcl --with-tclconfig=%{_libdir}} \
        --without-docdir
 
 %{__make}
@@ -1124,6 +1115,13 @@ fi
 %attr(755,root,root) %{_pgmoduledir}/pltcl.so
 %endif
 
+%if %{with php}
+%files module-plphp
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/plphp_*
+%attr(755,root,root) %{_pgmoduledir}/plphp.so
+%endif
+
 %files module-dblink
 %defattr(644,root,root,755)
 %doc contrib/dblink/README.dblink
This page took 0.044286 seconds and 4 git commands to generate.