Skip to content
Merged

libsoup #11926

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion projects/libsoup.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ test:
- run:
- ldd test
- SQLITE="$(ldd test | sed -n '/libsqlite3.so => not found/s/=>.*//p')"
- patchelf --replace-needed $SQLITE libsqlite3.so test
- if ! test -z "$SQLITE"; then patchelf --replace-needed $SQLITE libsqlite3.so test; fi
- ldd test
- find {{pkgx.prefix}} -name "*.so" -print -exec ldd {} \| grep "libsqlite3.so => not found" \;
if: linux
- ./test
Loading