Comment 3 for bug 229003

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 229003] Re: Build sqlite3 with fts3 fulltext search

On Thu, Oct 22, 2009 at 05:08:22AM -0000, Reed Loden wrote:
> Hmm, how does this differ from #214938?
>
> At least on jaunty, sqlite3's debian/rules has:
> DEB_OPT_FLAG := -O2 -fno-strict-aliasing -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1
>
> -DSQLITE_ENABLE_FTS3 should really be -DSQLITE_ENABLE_FTS3=1 and

yes. without =1 usually has the same result for most build systems
... so we need to check hardy and intrepid still afaict.

 - Alexander