]> 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 04:31:30 +0000 (22:31 -0600)
commitbddca5c9de3286be8e68913093fbb46b21f3221b
treec59b89486dde294071108aea509f1f809994f41e
parent889473e801984382bd08927717e9322c20418144
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
meson.build