projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ecb546
)
Add enginesdir to libcrypto.pc pkg-config file
author
Richard Levitte
<levitte@openssl.org>
Mon, 12 Sep 2016 14:29:39 +0000
(16:29 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 12 Sep 2016 14:29:39 +0000
(16:29 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index bda6c0940e7a312df6632053b1f6519c66115106..2377f5029187fd100f499556f53af027e71a13d4 100644
(file)
--- 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'; \