The branch master has been updated
       via  cdbbf9900253e8006868eba948248b1092a057de (commit)
      from  3abcc4ac912d6e416b81a310b457064f6f01cd75 (commit)


- Log -----------------------------------------------------------------
commit cdbbf9900253e8006868eba948248b1092a057de
Author: David Woodhouse <david.woodho...@intel.com>
Date:   Sat Aug 27 20:33:23 2016 +0100

    Add enginesdir to libcrypto.pc pkg-config file
    
    Reviewed-by: Rich Salz <rs...@openssl.org>
    Reviewed-by: Richard Levitte <levi...@openssl.org>

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

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 d486d9e..f5a0274 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -793,6 +793,7 @@ libcrypto.pc:
            echo 'exec_prefix=$${prefix}'; \
            echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
            echo 'includedir=$${prefix}/include'; \
+           echo 'enginesdir=$${libdir}/engines-{- $sover -}'; \
            echo ''; \
            echo 'Name: OpenSSL-libcrypto'; \
            echo 'Description: OpenSSL cryptography library'; \
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to