sqlite3: add legacy SONAME
authorGeorge Sapkin <redacted>
Sat, 3 May 2025 07:41:10 +0000 (10:41 +0300)
committerTianling Shen <redacted>
Sat, 3 May 2025 17:52:16 +0000 (01:52 +0800)
commit53f8aa5c5172e5de2d16d6f9ac83b2acdf1e8f40
tree677426b22a740f8484155730880485263699ece3
parent2a1b4a20358fb825c81ddc65052e111b68971b27
sqlite3: add legacy SONAME

With no SONAME set, when linking against the full library path, that
path will be used. But if SONAME is set, it will be used instead.

Set --soname=legacy to add a SONAME to the library to allow projects
that use full path to link correctly.

Link: https://sqlite.org/src/forumpost/5a3b44f510df8ded
Fixes: https://github.com/openwrt/packages/issues/26449
Signed-off-by: George Sapkin <redacted>
libs/sqlite3/Makefile
git clone https://git.99rst.org/PROJECT