]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build: link test_pager against lib_common in meson too
authorYuriyRyabikov <22548029+kurok@users.noreply.github.com>
Fri, 13 Mar 2026 17:45:04 +0000 (17:45 +0000)
committerYuriyRyabikov <22548029+kurok@users.noreply.github.com>
Fri, 13 Mar 2026 17:45:04 +0000 (17:45 +0000)
Same fix as the Autotools Makemodule.am change — the Meson build
also needs lib_common for ul_strfconcat().

meson.build

index ed6cfdc7f13a30cb0532ed1c26dfad79125f354f..a179e61b270f0b25d28d41f2d900fbac2349f189 100644 (file)
@@ -3615,6 +3615,7 @@ exe = executable(
   'lib/pager.c',
   c_args : ['-DTEST_PROGRAM_PAGER'],
   include_directories : dir_include,
+  link_with : lib_common,
   build_by_default: program_tests)
 if not is_disabler(exe)
   exes += exe