[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Sep 12 14:24:40 UTC 2016


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


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

    Add enginesdir to libcrypto.pc pkg-config file
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at 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'; \


More information about the openssl-commits mailing list