]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- switch to heimdal kerberos
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 2 Jul 2009 13:47:40 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enable gssapi if build with kerberos

Changed files:
    postgresql.spec -> 1.421

postgresql.spec

index dd74d318b1158af22741c12d47784182e818424d..d67708b71a1d703979610f04e152c65d120028ba 100644 (file)
@@ -44,7 +44,7 @@ BuildRequires:        automake
 BuildRequires: bison >= 1.875
 BuildRequires: flex
 BuildRequires: gettext-devel
-%{?with_kerberos5:BuildRequires:       krb5-devel}
+%{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.6.23
 BuildRequires: libxslt-devel
@@ -784,6 +784,7 @@ find src -name \*.l -o -name \*.y | xargs touch
        --with-system-tzdata=%{_datadir}/zoneinfo \
        --enable-nls \
        --enable-thread-safety \
+       %{?with_kerberos5:--with-gssapi} \
        %{?with_kerberos5:--with-krb5} \
        %{?with_ldap:--with-ldap} \
        --with-openssl \
This page took 0.036753 seconds and 4 git commands to generate.