Re: [PATCHES] libpq not linked against libgssapi

2008-10-01 Thread Magnus Hagander
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 -- Sent via pgsql-patches mailin

[PATCHES] libpq not linked against libgssapi

2008-10-01 Thread Markus Schaaf
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. Index: src/interfaces/libpq/Makefile === RCS file