libressl: fix libdir in pkgconfig files

Fix #71107.
This commit is contained in:
Franz Pletz 2019-10-14 11:28:33 +02:00
parent a86f16d864
commit da20b8a7f6
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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: