From: Michal Nowak Date: Tue, 2 Jun 2026 09:36:27 +0000 (+0000) Subject: Look up urcu-common without the lib prefix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5a6ea3fee7be453c6d85e1ce3ed9a12b7c676f;p=thirdparty%2Fbind9.git Look up urcu-common without the lib prefix 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 --- diff --git a/meson.build b/meson.build index e8500c51710..ad5fac58e9c 100644 --- a/meson.build +++ b/meson.build @@ -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 : [