From 913d3aef4a19dc087cf648e136040812664b452b Mon Sep 17 00:00:00 2001 From: Hook25 Date: Mon, 22 Apr 2024 10:39:41 +0200 Subject: [PATCH] Update classic wrapper with new LD_LIBRARY_PATH --- checkbox-core-snap/common_files/config/wrapper_common | 1 + checkbox-core-snap/common_files/config/wrapper_common_classic | 1 + 2 files changed, 2 insertions(+) diff --git a/checkbox-core-snap/common_files/config/wrapper_common b/checkbox-core-snap/common_files/config/wrapper_common index 762414d143..36d0c27742 100644 --- a/checkbox-core-snap/common_files/config/wrapper_common +++ b/checkbox-core-snap/common_files/config/wrapper_common @@ -17,6 +17,7 @@ else append_path LD_LIBRARY_PATH $RUNTIME/lib append_path LD_LIBRARY_PATH $RUNTIME/lib/$ARCH append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH + append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/fwts append_path LD_LIBRARY_PATH $RUNTIME/lib/fwts append_path GI_TYPELIB_PATH $RUNTIME/usr/lib/girepository-1.0 append_path GI_TYPELIB_PATH $RUNTIME/usr/lib/$ARCH/girepository-1.0 diff --git a/checkbox-core-snap/common_files/config/wrapper_common_classic b/checkbox-core-snap/common_files/config/wrapper_common_classic index d64634bbf3..f0b633b19e 100644 --- a/checkbox-core-snap/common_files/config/wrapper_common_classic +++ b/checkbox-core-snap/common_files/config/wrapper_common_classic @@ -25,6 +25,7 @@ else append_path LD_LIBRARY_PATH $RUNTIME/lib append_path LD_LIBRARY_PATH $RUNTIME/lib/$ARCH append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH + append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/fwts append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/blas append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/lapack append_path LD_LIBRARY_PATH $RUNTIME/lib/fwts