mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Remove support for shared configuration cache
The configuration cache shared between packages, while being in principle a nice idea to speed-up the configuration of packages by avoiding repetitive identical checks, turned out to be unreliable due to the subtle differences between similar but not identical checks in different packages. After spending some time trying to fix those, we concluded that supporting the shared configuration cache is definitely too hard and too unreliable, and that we'd better get rid of it altogether. This patch therefore removes the shared configuration cache infrastructure and usage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
504a4ad0bb
commit
5f71fc1f19
@@ -15,8 +15,6 @@ ifneq ($(BR2_LARGEFILE),y)
|
||||
# --disable-largefile is passed, breaking the build. Work around it by
|
||||
# simply adding it to CFLAGS for configure instead
|
||||
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DSQLITE_DISABLE_LFS"
|
||||
# changing CFLAGS doesn't work with config.cache
|
||||
SQLITE_USE_CONFIG_CACHE = NO
|
||||
endif
|
||||
|
||||
SQLITE_CONF_OPT = --enable-shared \
|
||||
|
||||
Reference in New Issue
Block a user