Viktor Dukhovni:
> On Wed, Jul 09, 2014 at 09:05:08PM -0400, Wietse Venema wrote:
>
> > > Thanks. What do you want to do about "-Wl,--enable-new-dtags"? I
> >
> > I have no idea how portable that is even if only within LINUX.
>
> Reading various Linux documentation and even the Wikipedia entry
> for RPATH suggests that the problem is generic.
>
> http://en.wikipedia.org/wiki/Rpath#GNU_ld.so
>
> perhaps some folks can confirm whether this is needed on Redhat/Fedora,
> Debian/Ubuntu, SuSE, Gentoo, ...
Postfix does not have #ifdef LINUX, instead it wants to support more
than one Linux version.
For the same reason I want --enable-new-dtags only if the platform
supports it.
Instead of guessing this requires another C probing program to the
makedefs script.
Wietse