Re: unixware and --with-ldap - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: unixware and --with-ldap
Date
Msg-id 457D7328.5070808@dunslane.net
Whole thread Raw
In response to unixware and --with-ldap  (ohp@pyrenet.fr)
Responses Re: unixware and --with-ldap
Re: unixware and --with-ldap
List pgsql-hackers
ohp@pyrenet.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


pgsql-hackers by date:

Previous
From: ohp@pyrenet.fr
Date:
Subject: unixware and --with-ldap
Next
From: ohp@pyrenet.fr
Date:
Subject: Re: unixware and --with-ldap