ovsqlite
Bo Lindbergh
2bfjdsla52kztwejndzdstsxl9athp at gmail.com
Fri Dec 18 23:05:51 UTC 2020
Quoth Julien ÉLIE <julien at trigofacile.com>:
>
> There's an issue with the second patch when SQLite is not installed (HAVE_SQLITE3 unset).
> The build fails because buffer_t is an unknown type in ovsqlite/ovsqlite-private.c (not defined in the ovsqlite/ovsqlite-private.h header when HAVE_SQLITE3 is unset).
Oops! All the actual code in ovsqlite-private.c should of course have
#ifdef HAVE_SQLITE3 / #endif around it.
/Bo Lindbergh
More information about the inn-workers
mailing list