]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: Remove lingering mq_libs variable
authorJordan Williams <jordan@jwillikers.com>
Tue, 16 Apr 2024 15:30:42 +0000 (10:30 -0500)
committerJordan Williams <jordan@jwillikers.com>
Tue, 16 Apr 2024 15:30:42 +0000 (10:30 -0500)
The cherry-pick of #2879 in PR #2941 to the stable/v2.40 branch didn't
include the removal of mq_libs like it should have.
I must have resolved a conflict incorrectly in the cherry-pick.
This just removes the lingering definitions which are no longer used.
The extra find_library call for rt is a problem.

Signed-off-by: Jordan Williams <jordan@jwillikers.com>
meson.build

index 13a73069e2e812a254263b7bce504da60da0b42c..21751e3b0052d58020a40e13421c4f6c3ba1affb 100644 (file)
@@ -2720,9 +2720,6 @@ if opt and not is_disabler(exe)
   bashcompletions += ['lsblk']
 endif
 
-mq_libs = []
-mq_libs += cc.find_library('rt', required : true)
-
 opt = not get_option('build-lsfd').require(lib_rt.found()).disabled()
 exe = executable(
   'lsfd',