[openssl/openssl] 499184: Update unix Makefile template to handle paths with...
James Muir
noreply at github.com
Fri Oct 13 14:40:27 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 499184145d22df59a9c53e530a5ccfdd07753614
https://github.com/openssl/openssl/commit/499184145d22df59a9c53e530a5ccfdd07753614
Author: James Muir <james at openssl.org>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M Configurations/unix-Makefile.tmpl
Log Message:
-----------
Update unix Makefile template to handle paths with spaces
Fixes #4668 (on unix-like platforms)
Testing:
rm -rf "$HOME/tmp/beforespace afterspace"
./Configure -Werror --strict-warnings --prefix="$HOME/tmp/beforespace afterspace"
make -j6 update
make -j6
make install
make test
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/21821)
More information about the openssl-commits
mailing list