libsoup: fix sqlite3 path

This commit is contained in:
Jeremy Soller 2025-05-13 14:24:02 -06:00
parent 2dfe26c668
commit fe86e59608
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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"
"""