mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: remove '.libs' from all relevant paths
Meson doesn't use .libs directory, everything is placed directly into directories where meson.build file is used. In order to have working tests and running libvirt directly from GIT we need to fix all the paths pointing '.libs' directory. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
parent
af8611916a
commit
018f7fa8dc
@ -12,7 +12,7 @@
|
||||
# source git directory, it should be only slight modification to the following:
|
||||
#
|
||||
# ./run stap --ldd -c src/libvirtd -d src/libvirtd
|
||||
# examples/systemtap/lock-debug.stp src/.libs/libvirt.so
|
||||
# examples/systemtap/lock-debug.stp src/libvirt.so
|
||||
#
|
||||
# Debug RWLock mechanisms as well.
|
||||
#
|
||||
|
2
run.in
2
run.in
@ -50,7 +50,7 @@ prepend()
|
||||
# Find this script.
|
||||
b=@abs_builddir@
|
||||
|
||||
prepend LD_LIBRARY_PATH "$b/src/.libs"
|
||||
prepend LD_LIBRARY_PATH "$b/src"
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
prepend PKG_CONFIG_PATH "$b/src"
|
||||
|
@ -56,7 +56,7 @@ virDriverLoadModule(const char *name,
|
||||
if (!(modfile = virFileFindResourceFull(name,
|
||||
"libvirt_driver_",
|
||||
".so",
|
||||
abs_top_builddir "/src/.libs",
|
||||
abs_top_builddir "/src",
|
||||
DEFAULT_DRIVER_DIR,
|
||||
"LIBVIRT_DRIVER_DIR")))
|
||||
return -1;
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
prefix=@abs_top_builddir@
|
||||
exec_prefix=@abs_top_builddir@
|
||||
libdir=@abs_top_builddir@/src/.libs
|
||||
libdir=@abs_top_builddir@/src
|
||||
includedir=@abs_top_builddir@/include
|
||||
source_includedir=@abs_top_srcdir@/include
|
||||
datarootdir=@abs_top_builddir@
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
prefix=@abs_top_builddir@
|
||||
exec_prefix=@abs_top_builddir@
|
||||
libdir=@abs_top_builddir@/src/.libs
|
||||
libdir=@abs_top_builddir@/src
|
||||
includedir=@abs_top_builddir@/include
|
||||
source_includedir=@abs_top_srcdir@/include
|
||||
datarootdir=@abs_top_builddir@
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
prefix=@abs_top_builddir@
|
||||
exec_prefix=@abs_top_builddir@
|
||||
libdir=@abs_top_builddir@/src/.libs
|
||||
libdir=@abs_top_builddir@/src
|
||||
includedir=@abs_top_builddir@/include
|
||||
source_includedir=@abs_top_srcdir@/include
|
||||
datarootdir=@abs_top_builddir@
|
||||
|
@ -139,7 +139,7 @@ virLockManagerPluginPtr virLockManagerPluginNew(const char *name,
|
||||
if (!(modfile = virFileFindResourceFull(name,
|
||||
NULL,
|
||||
".so",
|
||||
abs_top_builddir "/src/.libs",
|
||||
abs_top_builddir "/src",
|
||||
LIBDIR "/libvirt/lock-driver",
|
||||
"LIBVIRT_LOCK_MANAGER_PLUGIN_DIR")))
|
||||
goto cleanup;
|
||||
|
@ -92,7 +92,7 @@ virStorageDriverLoadBackendModule(const char *name,
|
||||
if (!(modfile = virFileFindResourceFull(name,
|
||||
"libvirt_storage_backend_",
|
||||
".so",
|
||||
abs_top_builddir "/src/.libs",
|
||||
abs_top_builddir "/src",
|
||||
STORAGE_BACKEND_MODULE_DIR,
|
||||
"LIBVIRT_STORAGE_BACKEND_DIR")))
|
||||
return -1;
|
||||
|
@ -57,7 +57,7 @@ virStorageFileLoadBackendModule(const char *name,
|
||||
if (!(modfile = virFileFindResourceFull(name,
|
||||
"libvirt_storage_file_",
|
||||
".so",
|
||||
abs_top_builddir "/src/.libs",
|
||||
abs_top_builddir "/src",
|
||||
STORAGE_FILE_MODULE_DIR,
|
||||
"LIBVIRT_STORAGE_FILE_DIR")))
|
||||
return -1;
|
||||
|
@ -374,4 +374,4 @@ mymain(void)
|
||||
|
||||
VIR_TEST_MAIN_PRELOAD(mymain,
|
||||
VIR_TEST_MOCK("domaincaps"),
|
||||
abs_builddir "/.libs/libsecurityselinuxhelper.so")
|
||||
abs_builddir "/libsecurityselinuxhelper.so")
|
||||
|
@ -339,4 +339,4 @@ mymain(void)
|
||||
return (ret == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
VIR_TEST_MAIN_PRELOAD(mymain, abs_builddir "/.libs/libsecurityselinuxhelper.so")
|
||||
VIR_TEST_MAIN_PRELOAD(mymain, abs_builddir "/libsecurityselinuxhelper.so")
|
||||
|
@ -105,8 +105,8 @@ int main(int argc G_GNUC_UNUSED, char **argv)
|
||||
fprintf(stderr, " .%*s 1 ", 39, "");
|
||||
signal(SIGSEGV, sigHandler);
|
||||
|
||||
if (!(lib = dlopen("./.libs/libshunload.so", RTLD_LAZY))) {
|
||||
fprintf(stderr, "Cannot load ./.libs/libshunload.so %s\n", dlerror());
|
||||
if (!(lib = dlopen(abs_builddir "/libshunload.so", RTLD_LAZY))) {
|
||||
fprintf(stderr, "Cannot load ./libshunload.so %s\n", dlerror());
|
||||
return 1;
|
||||
}
|
||||
if (!(startup = dlsym(lib, "shunloadStart"))) {
|
||||
|
@ -140,7 +140,7 @@ int virTestMain(int argc,
|
||||
return virTestMain(argc, argv, func, __VA_ARGS__, NULL); \
|
||||
}
|
||||
|
||||
#define VIR_TEST_MOCK(mock) (abs_builddir "/.libs/lib" mock "mock" MOCK_EXT)
|
||||
#define VIR_TEST_MOCK(mock) (abs_builddir "/lib" mock "mock" MOCK_EXT)
|
||||
|
||||
virCapsPtr virTestGenericCapsInit(void);
|
||||
virCapsHostNUMAPtr virTestCapsBuildNUMATopology(int seq);
|
||||
|
@ -158,7 +158,7 @@ mymain(void)
|
||||
}
|
||||
|
||||
#if WITH_SELINUX
|
||||
VIR_TEST_MAIN_PRELOAD(mymain, abs_builddir "/.libs/libsecurityselinuxhelper.so")
|
||||
VIR_TEST_MAIN_PRELOAD(mymain, abs_builddir "/libsecurityselinuxhelper.so")
|
||||
#else
|
||||
VIR_TEST_MAIN(mymain)
|
||||
#endif
|
||||
|
@ -15,7 +15,7 @@ fi
|
||||
|
||||
output="/dev/null"
|
||||
use_valgrind=""
|
||||
ld_library_path="../src/.libs/"
|
||||
ld_library_path="../src/"
|
||||
if [ ! -z "$1" ] && [ "$1" = "-d" ]; then
|
||||
output="/dev/stdout"
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user