]> code.ossystems Code Review - openembedded-core.git/commit
sqlite3: Fix zlib determinism problem
authorJason Wessel <jason.wessel@windriver.com>
Tue, 6 Aug 2019 21:16:08 +0000 (14:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Aug 2019 15:08:08 +0000 (16:08 +0100)
commit0af2c6af0d5c060666f7ee6f2ef428c1a414cb86
treeca2021535633392fae44e373575aebdd6d8907c4
parentbeb4fb0b0e89ce6b80645322ee435a6b4909b652
sqlite3: Fix zlib determinism problem

sqlite3-native in particular was finding zlib from the host if zlib-devel
was installed. This could lead to races where pseudo-native may or may not
fail to build.

We don't need/use compressed page support with sqlite so disable the dependency
(it doesn't have a configure option so use a autoconf cache variable).

The target binaries were not previously building with zlib, so we will
leave the default being zlib turned off, while the host binaries were
building with it "occasionally", but not for anything at runtime.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3.inc