aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-10-15 12:55:16 -0400
committerGitHub <noreply@github.com>2019-10-15 12:55:16 -0400
commit6a87355211a353dfa5c1b728a466293273e83fa0 (patch)
tree41c16e548e0b50a47d4a2886025ab25d4def399b /pkgs/development/libraries/libressl
parent37744d2c3638f785813726c0c433f9a6260520d4 (diff)
parent47a3b73b7fe2da26f748ae53a1e1476a1bfc358b (diff)
Merge branch 'master' into libressl-static
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix
index 22696f230e82..21e82c7becd6 100644
--- a/pkgs/development/libraries/libressl/default.nix
+++ b/pkgs/development/libraries/libressl/default.nix
@@ -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";
};
}