From fe86e59608b695bdb0a939bb27f19d7dd844e00f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 13 May 2025 14:24:02 -0600 Subject: [PATCH] libsoup: fix sqlite3 path --- recipes/wip/libs/other/libsoup/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/libs/other/libsoup/recipe.toml b/recipes/wip/libs/other/libsoup/recipe.toml index 0165f3453..762f3b8aa 100644 --- a/recipes/wip/libs/other/libsoup/recipe.toml +++ b/recipes/wip/libs/other/libsoup/recipe.toml @@ -21,4 +21,5 @@ cookbook_meson \ -Dsysprof=disabled \ -Dtests=false \ -Dtls_check=false +patchelf --replace-needed "${COOKBOOK_SYSROOT}/usr/lib/libsqlite3.so" "libsqlite3.so" "${COOKBOOK_STAGE}/usr/lib/libsoup-3.0.so" """