[InterNetNews/inn] a91509: Improve multilib searches in some rare situations
Julien ÉLIE
noreply at github.com
Sat Sep 13 05:51:24 UTC 2025
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: a915098157c3736b0c593d1295838640888ac883
https://github.com/InterNetNews/inn/commit/a915098157c3736b0c593d1295838640888ac883
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2025-09-13 (Sat, 13 Sep 2025)
Changed paths:
M m4/lib-pathname.m4
Log Message:
-----------
Improve multilib searches in some rare situations
Fix a FreeBSD PR reported upstream, and fixed in rra-c-util.
Always add -L<prefix>/lib in addition to -L<prefix>/lib{32,64} even if
the latter exists. Then hopefully the correct multilib directory will
always be first in the search path and any 32-bit libraries in the
/lib directory will be ignored. It may only increase the risk that
we incorrectly link with the 32-bit version of the library because
the Fedora-style multilib layout unfortunately used /lib for 32-bit
libraries on 64-bit systems.
close #326
To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications
More information about the inn-committers
mailing list