[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Richard Levitte
levitte at openssl.org
Mon Sep 12 15:07:22 UTC 2016
The branch OpenSSL_1_0_2-stable has been updated
via 204fb53895618672120474bac194269c0f837632 (commit)
from 5ecb5467b6960ab41b8f8b45f9380fcba74c3ed8 (commit)
- Log -----------------------------------------------------------------
commit 204fb53895618672120474bac194269c0f837632
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Sep 12 16:29:39 2016 +0200
Add enginesdir to libcrypto.pc pkg-config file
Reviewed-by: Rich Salz <rsalz at 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'; \
More information about the openssl-commits
mailing list