GSSAPI support on OpenBSD

Started by Stefan Kaltenbrunnerabout 19 years ago3 messagespatches
Jump to latest
#1Stefan Kaltenbrunner
stefan@kaltenbrunner.cc

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

Attachments:

gssapi_openbsd.difftext/plain; name=gssapi_openbsd.diffDownload+23-7
#2Magnus Hagander
magnus@hagander.net
In reply to: Stefan Kaltenbrunner (#1)
Re: GSSAPI support on OpenBSD

On Wed, Jul 11, 2007 at 03:42:01PM +0200, Stefan Kaltenbrunner wrote:

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.

The patch in general looks fine to me. Can someone with more autoconf-fu
comment on if the used autoconf method is correct? Thanks!

//Magnus

#3Magnus Hagander
magnus@hagander.net
In reply to: Stefan Kaltenbrunner (#1)
Re: GSSAPI support on OpenBSD

On Wed, Jul 11, 2007 at 03:42:01PM +0200, Stefan Kaltenbrunner wrote:

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.

Applied, thanks.

//Magnus