Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec: added dependency on libsqlite3 >= 3.3.8-alt2
The calls to libsqlite3 are dispatched through "virtual table" routines, which does not produce the dependency on libsqlite3.so.0. struct sqlite3_api_routines { ... }; const sqlite3_api_routines *sqlite3_api; $ objdump -p /usr/lib/sqlite3/pcre.so |grep NEEDED NEEDED libpcre.so.3 NEEDED libc.so.6 $ nm -D /usr/lib/sqlite3/pcre.so |grep sqlite3 00001d84 B sqlite3_api 000006e0 T sqlite3_extension_init $
- Loading branch information