GSSAPI support on OpenBSD

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: GSSAPI support on OpenBSD
Date: 2007-07-11 13:42:01
Message-ID: 4694DE29.3020608@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The just commited GSSAPI patch is unable to find the required libraries
and includes on OpenBSD (which are in /usr/include/kerberosV/) - the
attached patch allows building with gssapi support on OpenBSD 4.0/amd64
(and still seems to build fine on Debian Etch/x86_64).
Note that the patch does not include the derived filess o one needs to
make sure they are getting regenerated before commit.

Stefan

Attachment Content-Type Size
gssapi_openbsd.diff text/plain 3.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2007-07-11 15:09:19 Re: GSSAPI support on OpenBSD
Previous Message Jaime Casanova 2007-07-11 05:15:28 Re: CREATE TABLE LIKE INCLUDING INDEXES support