Commit 9ca063ad84 for openssl.org
commit 9ca063ad8455d581aead90727a6ac73069856b51
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date: Fri Apr 10 19:48:18 2026 +0200
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 <esyr@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Tue Apr 14 08:54:11 2026
(Merged from https://github.com/openssl/openssl/pull/30768)
diff --git a/exporters/build.info b/exporters/build.info
index 4ef487a41a..54d5684da2 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)" \