From da20b8a7f6003c0acaddc346412fc218e1952cd8 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Mon, 14 Oct 2019 11:28:33 +0200 Subject: [PATCH] libressl: fix libdir in pkgconfig files Fix #71107. --- pkgs/development/libraries/libressl/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix index e6a934f4dc1..5fc02a8de1a 100644 --- a/pkgs/development/libraries/libressl/default.nix +++ b/pkgs/development/libraries/libressl/default.nix @@ -21,6 +21,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" ]; # The autoconf build is broken as of 2.9.1, resulting in the following error: