Merge branch 'master' into libressl-static

This commit is contained in:
Matthew Bauer
2019-10-15 12:55:16 -04:00
committed by GitHub
2566 changed files with 59960 additions and 39641 deletions
@@ -20,6 +20,8 @@ let
# .note.GNU-stack section, and if that section is missing from any object,
# the linker will make the stack executable.
"-DCMAKE_C_FLAGS=-DHAVE_GNU_STACK"
# libressl will append this to the regular prefix for libdir
"-DCMAKE_INSTALL_LIBDIR=lib"
] ++ lib.optional buildShared "-DBUILD_SHARED_LIBS=ON";
# The autoconf build is broken as of 2.9.1, resulting in the following error:
@@ -79,7 +81,7 @@ in {
};
libressl_3_0 = generic {
version = "3.0.0";
sha256 = "0xiwri6xcnl3wb5nbc4aw8pv32s3hp13r9v465yr8wykaw211n81";
version = "3.0.1";
sha256 = "1js3fddxwzafiyspif0bwmvpp1fz98mkv10q5xaagqzvjw8xnsk4";
};
}