Re: unixware and --with-ldap

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: ohp(at)pyrenet(dot)fr
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: unixware and --with-ldap
Date: 2006-12-11 15:03:04
Message-ID: 457D7328.5070808@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ohp(at)pyrenet(dot)fr wrote:
> Hi all,
>
> When I swithed to the newest version og pgbuildfarm, I noticed that
> --with-ldap (now by defaut) didn't work on UnixWare.
>
> This is because, on Unixware, ldap needs lber and resolv.
>
> Not being a configure guru, I made the change bellow locally and that
> works for me.
> Surely, one of you hackers can come up with a better solution!
>
>

If you mangle the source tree buildfarm will usually refuse to run. In
any case, we certainly can't hack the configure script - it is
autogenerated.

The right way to do this I think is to put an entry adjusting LIBS in
src/makefiles/Makefile.unixware, but first it looks like we need to
propagate the with-ldap switch into src/Makefile.global

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ohp 2006-12-11 16:05:28 Re: unixware and --with-ldap
Previous Message ohp 2006-12-11 14:38:59 unixware and --with-ldap