Re: BUG #6732: Build issue when using gettext on FreeBSD 9 - Mailing list pgsql-bugs

From Christian Ullrich
Subject Re: BUG #6732: Build issue when using gettext on FreeBSD 9
Date
Msg-id 4FFF6622.2090202@chrullrich.net
Whole thread Raw
In response to Re: BUG #6732: Build issue when using gettext on FreeBSD 9  (Christian Ullrich <chris@chrullrich.net>)
List pgsql-bugs
* Christian Ullrich wrote:

> I think I have a pretty good fix: Early in configure, see if the linker
> understands --no-copy-dt-needed-entries, or alternatively
> --no-add-needed (which is a deprecated name for the same thing). This is
> the "light" version of --as-needed: It does not discard unneeded
> libraries immediately, but ignores their dependencies. configure
> basically works as before, except that indirect dependencies cannot
> "hide" required libraries from it anymore.

Oh, I should have made this clearer: This works without any modification
to configure or anything else, so configure can still add --as-needed to
the build LDFLAGS.

--
Christian

pgsql-bugs by date:

Previous
From: Christian Ullrich
Date:
Subject: Re: BUG #6732: Build issue when using gettext on FreeBSD 9
Next
From: Mike Wilson
Date:
Subject: Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)