From fb30f9b72b5fcf0b0b88fc47172ccb9cd9e48a88dfe034c54d7fc8e86c24c13b Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Mon, 9 Aug 2021 16:13:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/crun?expand=0&rev=8 --- libkrun-dlopen.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 libkrun-dlopen.patch diff --git a/libkrun-dlopen.patch b/libkrun-dlopen.patch deleted file mode 100644 index ae8838b..0000000 --- a/libkrun-dlopen.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: crun-0.18/src/libcrun/container.c -=================================================================== ---- crun-0.18.orig/src/libcrun/container.c 2021-02-18 16:25:28.000000000 +0100 -+++ crun-0.18/src/libcrun/container.c 2021-08-06 11:54:48.798850933 +0200 -@@ -712,9 +712,9 @@ - #endif - - #if HAVE_DLOPEN && HAVE_LIBKRUN -- handle = dlopen ("libkrun.so", RTLD_NOW); -+ handle = dlopen ("libkrun.so.0", RTLD_NOW); - if (handle == NULL) -- return crun_make_error (err, 0, "could not load `libkrun.so`: %s", dlerror ()); -+ return crun_make_error (err, 0, "could not load `libkrun.so.0`: %s", dlerror ()); - - args->exec_func = libkrun_do_exec; - args->exec_func_arg = handle;