mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
dev-db/sqlite: add README.md
Try to elaborate reasons why we need this fork of Gentoo ebuilds.
This commit is contained in:
parent
902d322ed8
commit
aa72d9e918
12
sdk_container/src/third_party/coreos-overlay/dev-db/sqlite/README.md
vendored
Normal file
12
sdk_container/src/third_party/coreos-overlay/dev-db/sqlite/README.md
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
This is a fork of gentoo's `dev-db/sqlite` package. The main
|
||||
reasons for having our fork are:
|
||||
|
||||
1. Even in case of sqlite >= 3.32.0, we still need to keep conditions to
|
||||
distinguish full archive from non-full archive. Main reason for that is
|
||||
because it is not possible to build sqlite from its full archive (i.e.
|
||||
"-src"), which depends `dev-lang/tcl`. Either we need to make
|
||||
`dev-lang/tcl` available in the Flatcar SDK, or we need to bring back
|
||||
the ability of dealing with its non-full archive. (i.e. "-autoconf")
|
||||
While the former is ideal way to go in the future, it will require
|
||||
additional updates in the SDK-only release. The latter is easier for
|
||||
us to resolve the on-going security issues in the short term.
|
Loading…
x
Reference in New Issue
Block a user