From 204fb53895618672120474bac194269c0f837632 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 12 Sep 2016 16:29:39 +0200 Subject: [PATCH] Add enginesdir to libcrypto.pc pkg-config file Reviewed-by: Rich Salz --- Makefile.org | 1 + 1 file changed, 1 insertion(+) 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'; \ -- 2.25.1