On Tue, 6 Aug 2019 at 21:38, Jason Wessel <[email protected]>
wrote:

>
> Sqlite3 doesn't have a an explicit disable.  It has the typical autoconf
> check for a header/library.  From configure.ac:
>
>
> AC_CHECK_HEADERS(zlib.h,[
>   AC_SEARCH_LIBS(deflate,z,[BUILD_CFLAGS="$BUILD_CFLAGS
> -DSQLITE_HAVE_ZLIB"])
> ])
>
> This means it would need to be patched if you want to make it a pkgconfig
> option, or play games with the configure cache values...  I chose zlib as a
> default dependency because it was the easiest to implement.  If we really
> want to make it not build with zlib or build it conditionally, it is
> certainly possible.  Is that what is needed to get this patch accepted?
>

I'd say if you adjust the patch to work for both native and target variants
and always build with zlib, that should be fine.

Alex
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to