]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Work around "Use of uninitialized value..." in mkinstallvars.pl master
authorEugene Syromiatnikov <esyr@openssl.org>
Fri, 10 Apr 2026 17:48:18 +0000 (19:48 +0200)
committerNikola Pajkovsky <nikolap@openssl.org>
Tue, 14 Apr 2026 08:54:05 +0000 (10:54 +0200)
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)

exporters/build.info

index 4ef487a41a0f4881fa20211f41a3519b96c6f885..54d5684da2e24cdffe80dbb9cb918c180c69881e 100644 (file)
@@ -19,6 +19,7 @@ DEPEND[openssl.pc]=libcrypto.pc libssl.pc
 DEPEND[""]=openssl.pc
 
 GENERATE[../installdata.pm]=../util/mkinstallvars.pl \
 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)" \
     "PREFIX=$(INSTALLTOP)" BINDIR=bin "LIBDIR=$(LIBDIR)" "libdir=$(libdir)" \
     INCLUDEDIR=include APPLINKDIR=include/openssl \
     "MODULESDIR=$(MODULESDIR)" \