From: Richard Levitte Date: Mon, 12 Sep 2016 14:29:39 +0000 (+0200) Subject: Add enginesdir to libcrypto.pc pkg-config file X-Git-Tag: OpenSSL_1_0_2i~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=204fb53895618672120474bac194269c0f837632;p=oweals%2Fopenssl.git Add enginesdir to libcrypto.pc pkg-config file Reviewed-by: Rich Salz --- diff --git a/Makefile.org b/Makefile.org index bda6c0940e..2377f50291 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'; \