Support building without persistent database on for systems that lack TH. This removes support for incremental fsck.

This commit is contained in:
Joey Hess 2015-07-25 17:37:09 -04:00
parent ca17e1483b
commit 1fb9ab342b
5 changed files with 48 additions and 9 deletions

View file

@ -83,8 +83,11 @@ buildFlags = filter (not . null)
#endif
#ifdef WITH_TORRENTPARSER
, "TorrentParser"
#endif
#ifdef WITH_DATABASE
, "Database"
#else
#warning Building without Database support
#endif
#ifdef WITH_EKG
, "EKG"