From: Orgad Shaneh Date: Thu, 6 Nov 2025 11:52:51 +0000 (+0200) Subject: Configure: Add missing variables in build.info X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bfe7b08dfa6621929de31997c523b339e8a4013;p=thirdparty%2Fopenssl.git Configure: Add missing variables in build.info Fixes the following warnings: No value given for CMAKECONFIGDIR No value given for PKGCONFIGDIR No value given for libdir Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29084) --- diff --git a/build.info b/build.info index e85cd99e56e..5bd9253744c 100644 --- a/build.info +++ b/build.info @@ -464,6 +464,7 @@ GENERATE[builddata.pm]=util/mkinstallvars.pl \ PREFIX=. BINDIR=apps APPLINKDIR=ms \ LIBDIR= INCLUDEDIR=include "INCLUDEDIR=$(SRCDIR)/include" \ ENGINESDIR=engines MODULESDIR=providers \ + libdir= CMAKECONFIGDIR= PKGCONFIGDIR= \ "VERSION=$(VERSION)" "LDLIBS=$(LIB_EX_LIBS)" DEPEND[""]=openssl.pc