]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- rel 2; enable ldap; --with-libxml for proper ./contrib/xml2/libpgxml.so linking auto/th/postgresql-8_3_4-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Nov 2008 11:06:42 +0000 (11:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.409

postgresql.spec

index 3254b2b5081fca988a0c136aef94d212f0520b73..0c810237b6c387dd1202c5e5454b67c26f5b8493 100644 (file)
@@ -20,7 +20,7 @@ Summary(uk.UTF-8):    PostgreSQL - система керування базами 
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:          postgresql
 Version:       8.3.4
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/Databases
 Source0:       ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -47,6 +47,7 @@ BuildRequires:        libtool
 BuildRequires: libxml2-devel >= 2.6.23
 BuildRequires: libxslt-devel
 BuildRequires: ncurses-devel >= 5.0
+BuildRequires: openldap-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
 %{?with_perl:BuildRequires:    perl-devel}
@@ -782,8 +783,10 @@ find src -name \*.l -o -name \*.y | xargs touch
        --enable-nls \
        --enable-thread-safety \
        %{?with_kerberos5:--with-krb5} \
+       --with-ldap \
        --with-openssl \
        --with-pam \
+       --with-libxml \
        %{?with_perl:--with-perl} \
        %{?with_python:--with-python} \
        %{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \
This page took 0.203923 seconds and 4 git commands to generate.