From 6bfe7b08dfa6621929de31997c523b339e8a4013 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 6 Nov 2025 13:52:51 +0200 Subject: [PATCH] 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) --- build.info | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3