persistent-sqlite is now a hard build dependency, since v6 repository mode needs it.

This commit is contained in:
Joey Hess 2015-12-26 13:00:52 -04:00
parent d8cb05c4af
commit 87f0708f88
Failed to extract signature
5 changed files with 9 additions and 41 deletions

View file

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