The branch OpenSSL_1_0_2-stable has been updated
       via  204fb53895618672120474bac194269c0f837632 (commit)
      from  5ecb5467b6960ab41b8f8b45f9380fcba74c3ed8 (commit)


- Log -----------------------------------------------------------------
commit 204fb53895618672120474bac194269c0f837632
Author: Richard Levitte <levi...@openssl.org>
Date:   Mon Sep 12 16:29:39 2016 +0200

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

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

Summary of changes:
 Makefile.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.org b/Makefile.org
index bda6c09..2377f50 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -368,6 +368,7 @@ libcrypto.pc: Makefile
            echo 'exec_prefix=$${prefix}'; \
            echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
            echo 'includedir=$${prefix}/include'; \
+           echo 'enginesdir=$${libdir}/engines'; \
            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