aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-10-14 11:28:33 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2019-10-14 11:32:26 +0200
commitda20b8a7f6003c0acaddc346412fc218e1952cd8 (patch)
treef0d44046a9131fff6248fdcc0451c2e252f0709c /pkgs/development/libraries/libressl
parenta86f16d864c4e93868741df29010be2ff1841f61 (diff)
libressl: fix libdir in pkgconfig files
Fix #71107.
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix
index e6a934f4dc11..5fc02a8de1a3 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: