From: Richard Levitte Date: Thu, 27 Jan 2022 16:26:06 +0000 (+0100) Subject: Include the modules directory in openssl.pc X-Git-Tag: openssl-3.2.0-alpha1~3007 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fde39de848f062d6db45bf9e69439db2100b9bb;p=thirdparty%2Fopenssl.git Include the modules directory in openssl.pc Affected file: Configurations/unix-Makefile.tmpl Fixes #17602 Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17605) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 6d4039c33f5..440dc6be64a 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -1398,6 +1398,7 @@ libcrypto.pc: fi; \ echo 'includedir=$${prefix}/include'; \ echo 'enginesdir=$${libdir}/engines-{- $sover_dirname -}'; \ + echo 'modulesdir=$${libdir}/ossl-modules'; \ echo ''; \ echo 'Name: OpenSSL-libcrypto'; \ echo 'Description: OpenSSL cryptography library'; \