From: Eugene Syromiatnikov Date: Fri, 10 Apr 2026 17:48:18 +0000 (+0200) Subject: Work around "Use of uninitialized value..." in mkinstallvars.pl X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fopenssl.git 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) --- 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)" \