bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Use xattr (Linux) in qcopy-acl.c


From: Bruno Haible
Subject: Re: [PATCH] Use xattr (Linux) in qcopy-acl.c
Date: Thu, 05 Jan 2023 10:00:42 +0100

Ondrej Valousek wrote:
> Why don't we solve the linker problem with the "--as-needed" option? This 
> will make linker clever enough not to link libraries that are not needed.

'--as-needed' is a can of worms in itself. In GNU gettext (IIRC) Debian
used '--as-needed' in the link command line, and together with libtool
that reorders the elements of the command line, it had ill effects.

More generally, Gnulib should help GNU packages and integrate into the
package's build system the best it can. It should *not* force specifies
ways of doing onto the package's build system.

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]