[openssl/openssl] f4bc55: Update unix Makefile template to handle paths with...
James Muir
noreply at github.com
Wed Oct 18 07:26:14 UTC 2023
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: f4bc5568a973e640a70f416da37a030c25a38ebc
https://github.com/openssl/openssl/commit/f4bc5568a973e640a70f416da37a030c25a38ebc
Author: James Muir <james at openssl.org>
Date: 2023-10-18 (Wed, 18 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: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22386)
More information about the openssl-commits
mailing list