3.46.1
in depends. Migrating to any version after 3.49.0
(with our use of the amalgamation tarball), requires migrating to to building SQLite with autosetup
, which is a replacement for Autoconf. This is what that will look like.
3.46.1
in depends. Migrating to any version after 3.49.0
(with our use of the amalgamation tarball), requires migrating to to building SQLite with autosetup
, which is a replacement for Autoconf. This is what that will look like.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32655.
See the guideline for information on the review process. A summary of reviews will appear here.
No conflicts as of last run.
16@@ -17,6 +17,7 @@
17 ((gnu packages python) #:select (python-minimal))
18 ((gnu packages python-build) #:select (python-tomli python-poetry-core))
19 ((gnu packages python-crypto) #:select (python-asn1crypto))
20+ (gnu packages tcl)
Migrate to the new Autosetup build system (introduced in 3.48.0).
See https://msteveb.github.io/autosetup/.
Also: https://sqlite.org/releaselog/3_50_0.html.
Labels
Build system