mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
In order to run pam module tests we need to pass the libraries via LD_PRELOAD, this supports a list of library paths, so use the compiler in order to find their full paths (with soname) and check their presence. In order to support linker scripts we need to introduce a workaround. See meson issue https://github.com/mesonbuild/meson/issues/6880