mirror of
https://github.com/openssl/openssl.git
synced 2026-05-07 20:12:39 +00:00
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:
committed by
Nikola Pajkovsky
parent
0a2101e52b
commit
9ca063ad84
@@ -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)" \
|
||||
|
||||
Reference in New Issue
Block a user