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)
This commit is contained in:
Eugene Syromiatnikov
2026-04-10 19:48:18 +02:00
committed by Nikola Pajkovsky
parent 0a2101e52b
commit 9ca063ad84
+1
View File
@@ -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)" \