Author: arekm Date: Mon Nov 3 11:06:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; enable ldap; --with-libxml for proper ./contrib/xml2/libpgxml.so linking
---- Files affected: SPECS: postgresql.spec (1.408 -> 1.409) ---- Diffs: ================================================================ Index: SPECS/postgresql.spec diff -u SPECS/postgresql.spec:1.408 SPECS/postgresql.spec:1.409 --- SPECS/postgresql.spec:1.408 Mon Sep 22 22:29:23 2008 +++ SPECS/postgresql.spec Mon Nov 3 12:06:42 2008 @@ -21,7 +21,7 @@ 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 @@ -48,6 +48,7 @@ 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} @@ -783,8 +784,10 @@ --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}} \ @@ -1167,6 +1170,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.409 2008/11/03 11:06:42 arekm +- rel 2; enable ldap; --with-libxml for proper ./contrib/xml2/libpgxml.so linking + Revision 1.408 2008/09/22 20:29:23 radek - version 8.3.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgresql.spec?r1=1.408&r2=1.409&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
