Support building without persistent database on for systems that lack TH. This removes support for incremental fsck.
This commit is contained in:
parent
ca17e1483b
commit
1fb9ab342b
5 changed files with 48 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue