]> git.ipfire.org Git - thirdparty/kmod.git/commit
meson: Fix build with glibc 2.31
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 25 Feb 2025 14:49:50 +0000 (08:49 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 26 Feb 2025 13:59:04 +0000 (07:59 -0600)
commit13dd6e38565fefd2b8c7a305006c9d6813755505
treee141a3fffd929c6749afa7857fce819f01049409
parentb3280938953aa0aba4ba3ea4ef5876f9f967dbad
meson: Fix build with glibc 2.31

In order to use dlopen it may be required to link with libdl depending
on the libc. Add the proper dependency to fix the build in Debian
Bullseye.

Closes: https://github.com/kmod-project/kmod/issues/298
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/299
(cherry picked from commit bddca5c9de3286be8e68913093fbb46b21f3221b)
meson.build