varnamproject / libvarnam

Deprecated. See https://github.com/varnamproject/govarnam
http://www.varnamproject.com
Mozilla Public License 2.0
100 stars 21 forks source link

Compiler flag to omit embedding Sqlite #99

Closed navaneeth closed 9 years ago

navaneeth commented 9 years ago

Debian don't allow statically linking packages. So in Debian package, Sqlite will have to be dynamically linked.

Add a cmake switch like EMBED_SQLITE which by default is true. Setting it false will skip SQLite from compilation. Instead it uses installed version of Sqlite.