]> git.ipfire.org Git - thirdparty/libtool.git/commit
libltdl: Fix libltdl early failures for multi-arch
authorPierre Ossman <ossman@cendio.se>
Tue, 1 Apr 2025 13:47:44 +0000 (16:47 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 7 Aug 2025 17:20:19 +0000 (20:20 +0300)
commit661d5573eaaf0cb6df75a77978e2ff68d2c1b9c8
tree52fea6c53717b32be817dc0412d8a32c48fdbb60
parentc69efe983d0edbee2b0528d2012e4016d628f362
libltdl: Fix libltdl early failures for multi-arch

Since there could be multiple files for libltdl to try dlopening,
libltdl should not fail after the first attempted file.

Reported: https://savannah.gnu.org/support/?111214

* libltdl/ltdl.c: Change return if dlopen() fails.
* libltdl/ltdl.mk: Update serial.
libltdl/ltdl.c
libltdl/ltdl.mk