From 9ca063ad8455d581aead90727a6ac73069856b51 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Fri, 10 Apr 2026 19:48:18 +0200 Subject: [PATCH] Work around "Use of uninitialized value..." in mkinstallvars.pl Avoid "Use of uninitialized value in concatenation (.) or string at util/mkinstallvars.pl line 139." message by supplying COMMENT in the mkinstallvars.pl call exporters/build.info. Signed-off-by: Eugene Syromiatnikov Reviewed-by: Richard Levitte Reviewed-by: Nikola Pajkovsky MergeDate: Tue Apr 14 08:54:11 2026 (Merged from https://github.com/openssl/openssl/pull/30768) --- exporters/build.info | 1 + 1 file changed, 1 insertion(+) diff --git a/exporters/build.info b/exporters/build.info index 4ef487a41a0..54d5684da2e 100644 --- a/exporters/build.info +++ b/exporters/build.info @@ -19,6 +19,7 @@ DEPEND[openssl.pc]=libcrypto.pc libssl.pc DEPEND[""]=openssl.pc GENERATE[../installdata.pm]=../util/mkinstallvars.pl \ + COMMENT="This file provides configuration information for OpenSSL" \ "PREFIX=$(INSTALLTOP)" BINDIR=bin "LIBDIR=$(LIBDIR)" "libdir=$(libdir)" \ INCLUDEDIR=include APPLINKDIR=include/openssl \ "MODULESDIR=$(MODULESDIR)" \ -- 2.47.3