libpq not linked against libgssapi

Started by Markus Schaafalmost 18 years ago2 messagespatches
Jump to latest
#1Markus Schaaf
markus@sags-per-mail.de

src/interfaces/libpq/Makefile is missing a reference to libgssapi.
The problem occurred while compiling 8.3.3 on NetBSD --with-gssapi,
and is still present in HEAD. A patch is attached.

Attachments:

libpq_add_libgssapi_to_link.difftext/plain; name=libpq_add_libgssapi_to_link.diffDownload+1-1
#2Magnus Hagander
magnus@hagander.net
In reply to: Markus Schaaf (#1)
Re: libpq not linked against libgssapi

Markus Schaaf wrote:

src/interfaces/libpq/Makefile is missing a reference to libgssapi.
The problem occurred while compiling 8.3.3 on NetBSD --with-gssapi,
and is still present in HEAD. A patch is attached.

Applied and backpatched to 8.3.

Thanks!

//Magnus