Re: [OE-core] [PATCH v3] sqlite3: Fix zlib determinism problem

2019-08-06 Thread Khem Raj
On 8/6/19 2:16 PM, Jason Wessel wrote: > 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 >

[OE-core] [PATCH v3] sqlite3: Fix zlib determinism problem

2019-08-06 Thread Jason Wessel
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