The branch master has been updated
       via  7fde39de848f062d6db45bf9e69439db2100b9bb (commit)
      from  a829d53a14eeae2b0bc783b7952b4212cf31d918 (commit)


- Log -----------------------------------------------------------------
commit 7fde39de848f062d6db45bf9e69439db2100b9bb
Author: Richard Levitte <[email protected]>
Date:   Thu Jan 27 17:26:06 2022 +0100

    Include the modules directory in openssl.pc
    
    Affected file: Configurations/unix-Makefile.tmpl
    
    Fixes #17602
    
    Reviewed-by: Matt Caswell <[email protected]>
    Reviewed-by: Tomas Mraz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/17605)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
index 6d4039c33f..440dc6be64 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'; \

Reply via email to