[Buildroot] [PATCH 1/1] package/sqlite: bump version to 3.50.4

Julien Olivain ju.o at free.fr
Sun Oct 26 12:34:57 UTC 2025


On 25/10/2025 18:48, Bernd Kuhls wrote:
> This commit includes reverts of the last attempt to bump sqlite:
> git revert --no-edit c4c282f8ec 014174f00d 835b5659ea db481210e9 
> 296744b0f4 939244b828 f0a272ef14 274c36578f
> 
> and the following new changes:
> 
> The autoconf-based configure script until version 3.48.0 enabled rtree
> support by default:
> https://github.com/sqlite/sqlite/blob/version-3.48.0/autoconf/configure.ac#L180
> 
> while the autosetup-based needs -DSQLITE_ENABLE_RTREE
> https://github.com/sqlite/sqlite/blob/version-3.50.4/autosetup/sqlite-config.tcl#L763
> 
> Added Config.in option for RTREE support and enabled it for gdal to
> provide a needed dependency:
> https://github.com/OSGeo/gdal/blob/v3.11.4/cmake/helpers/CheckDependentLibraries.cmake#L277
> 
> Added upstream patch to fix forced addition of rpath and added
> configure option --disable-rpath to target build.
> 
> Added configure option --soname=legacy to fix wrong library name which
> breaks linking of kodi:
> https://github.com/LibreELEC/LibreELEC.tv/commit/7f2281bd7cc59425e754ac9d720071688f75580f
> 
> Added configure option --disable-shared for static builds.
> 
> Added build fixes for BR2_m68k_cf.
> 
> Removed SQLITE_CONF_OPTS and readline support from host build to avoid
> dependencies.
> 
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>

I applied to master (after testing many configurations). I also added
by Tested-by. Thanks!

Best regards,

Julien.


More information about the buildroot mailing list