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:
parent
b73d7705cc
commit
2a56ea3593
@ -41,7 +41,7 @@ let
|
|||||||
|
|
||||||
cmakeFlags =
|
cmakeFlags =
|
||||||
[ "-DCMAKE_BUILD_TYPE=Release"
|
[ "-DCMAKE_BUILD_TYPE=Release"
|
||||||
(lib.optionalString officialRelease "FDB_RELEASE=1")
|
(lib.optionalString officialRelease "-DFDB_RELEASE=TRUE")
|
||||||
|
|
||||||
# FIXME: why can't libressl be found automatically?
|
# FIXME: why can't libressl be found automatically?
|
||||||
"-DLIBRESSL_USE_STATIC_LIBS=FALSE"
|
"-DLIBRESSL_USE_STATIC_LIBS=FALSE"
|
||||||
|
@ -69,11 +69,9 @@ in with builtins; {
|
|||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
|
||||||
foundationdb61 = cmakeBuild rec {
|
foundationdb61 = cmakeBuild rec {
|
||||||
version = "6.1.7pre4928_${substring 0 7 rev}";
|
version = "6.1.8";
|
||||||
branch = "release-6.1";
|
branch = "release-6.1";
|
||||||
rev = "a990458e81612632159bbf75167a36f64ef228d1";
|
sha256 = "1qd9yf3a7a99nfx7vky0jy8r74yrxjwp9imc6792awn66256pxiv";
|
||||||
sha256 = "1b8ij78xjy30q93hvnrw8llw16q5zlmlq3l6dvnnf8w6ws88y1k0";
|
|
||||||
officialRelease = false;
|
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./patches/clang-libcxx.patch
|
./patches/clang-libcxx.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user