[Buildroot] [PATCH] package/sqlite: revert upstream change causing build issue
Julien Olivain
ju.o at free.fr
Mon Apr 14 19:32:53 UTC 2025
On 13/04/2025 18:25, Thomas Petazzoni via buildroot wrote:
> Upstream did a change in sqlite3.pc.in that does work with their
> default build system, but not with the autoconf-based amalgamation
> that we use. This issue has been reported and fixed upstream, but the
> fix is not yet in any new release.
>
> For the time being, we just revert the upstream change. We don't do a
> direct revert ("git revert") as multiple upstream commits touched this
> very line, so we simply revert to what it was prior to the different
> changes, and to what the upstream fix ends up doing.
>
> This issue is causing build issue for all packages that use sqlite's
> pkg-config file, in a static-linking configuration.
>
> Fixes:
>
>
> https://autobuild.buildroot.org/results/1824a76eee4a877a2f19c1fd19a710ef9f059168/
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Applied to master, thanks.
More information about the buildroot
mailing list