]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Look up urcu-common without the lib prefix
authorMichal Nowak <mnowak@isc.org>
Tue, 2 Jun 2026 09:36:27 +0000 (09:36 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 30 Jun 2026 15:03:25 +0000 (17:03 +0200)
cc.find_library() expects the bare library name, so liburcu-common
was never found on liburcu < 0.13.0.

Assisted-by: Claude:claude-opus-4-8
meson.build

index e8500c5171074aabfd5592b8cb06e8feb88306f5..ad5fac58e9c041c805024da7709c73b0c60a402a 100644 (file)
@@ -726,7 +726,7 @@ endif
 # not add it automatically - we need to add it explicitly in such case.
 
 if urcu_dep[1].version().version_compare('<0.13.0')
-    urcu_dep += cc.find_library('liburcu-common')
+    urcu_dep += cc.find_library('urcu-common')
 endif
 
 foreach h : [