bug#78329:

2025-05-14 Thread Karl Berry

bug#78411: LDADD vs. LDFLAGS

2025-05-14 Thread Karl Berry
If you need to link against libraries that are not found by @command{configure}, you can use @code{LDADD} to do so. This variable is -used to specify additional objects or libraries to link with; it is -inappropriate for specifying specific linker flags; you should use -@code