add Servant to build flags again

While the build flag is removed, datalad tests are relying on it being
present and there is no harm.
This commit is contained in:
Joey Hess 2025-09-30 10:19:10 -04:00
commit cc3baf7700
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -64,6 +64,7 @@ buildFlags = filter (not . null)
, "Testsuite"
, "S3"
, "WebDAV"
, "Servant"
#ifdef WITH_OSPATH
, "OsPath"
#else