From c8c69911690bb670f58f4d4f8b7a67480234e5f0 Mon Sep 17 00:00:00 2001 From: Roman Bolshakov Date: Sun, 18 Oct 2020 18:30:58 +0300 Subject: [PATCH] tests: Use flat namespace for qemu test driver The change re-introduces f6d6086dbfec ("tests: Make references to global symbols indirect in test drivers") that got lost during meson conversion. Signed-off-by: Roman Bolshakov Reviewed-by: Michal Privoznik --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/meson.build b/tests/meson.build index 790033e243..a59002c083 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -185,6 +185,7 @@ if conf.has('WITH_QEMU') test_qemu_driver_lib = shared_library( 'test_qemu_driver', [ qemu_dtrace_gen_objects ], + link_args: [ libvirt_flat_namespace ], link_whole: [ qemu_driver_impl ], link_with: [ libvirt_lib ], )