]> git.ipfire.org Git - thirdparty/openssl.git/commit
fix: util/mkinstallvars.pl mistreated LDLIBS on Unix (and Windows)
authorRichard Levitte <levitte@openssl.org>
Sun, 28 Jul 2024 08:47:08 +0000 (10:47 +0200)
committerNeil Horman <nhorman@openssl.org>
Sat, 3 Aug 2024 13:09:02 +0000 (09:09 -0400)
commit0beef0ba00f7864b7367899d859509a99237fcf0
tree96b87e2c648e342962d844c69383fcb3a040542f
parented7a8bfd7409ac4a516581f1711d98a9362a70d5
fix: util/mkinstallvars.pl mistreated LDLIBS on Unix (and Windows)

Don't do comma separation on those platforms.

Fixes #24986

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/25018)
util/mkinstallvars.pl