mirror of
https://github.com/openwrt/packages.git
synced 2025-07-05 15:53:08 +00:00
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 <george@sapk.in>