foundationdb61: 6.1.7pre4928_a990458e -> 6.1.8

This bumps the 6.1.x branch to the official 6.1.8 release. Also fixes a
minor bug in the new CMake build (an invalid parameter passed to CMake)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp
2019-05-27 23:27:38 -05:00
parent b73d7705cc
commit 2a56ea3593
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ let
cmakeFlags =
[ "-DCMAKE_BUILD_TYPE=Release"
(lib.optionalString officialRelease "FDB_RELEASE=1")
(lib.optionalString officialRelease "-DFDB_RELEASE=TRUE")
# FIXME: why can't libressl be found automatically?
"-DLIBRESSL_USE_STATIC_LIBS=FALSE"