[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Mon Sep 12 14:26:22 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  469f593170d9170da632bb0afd634e971c3234e7 (commit)
      from  718951c2f2bd0065425e560584eee89ec65d22a5 (commit)


- Log -----------------------------------------------------------------
commit 469f593170d9170da632bb0afd634e971c3234e7
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>
    (cherry picked from commit cdbbf9900253e8006868eba948248b1092a057de)

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

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