[openssl/openssl] e8b144: Ensure `$(MAKE)` commands and `CFLAGS` are appropr...
Hamilton Chapman
noreply at github.com
Sun Feb 25 10:04:21 UTC 2024
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: e8b144343677d643c13750db555df1ac79fd10f2
https://github.com/openssl/openssl/commit/e8b144343677d643c13750db555df1ac79fd10f2
Author: Hamilton Chapman <hamchapman at gmail.com>
Date: 2024-02-25 (Sun, 25 Feb 2024)
Changed paths:
M Configurations/15-ios.conf
M Configurations/unix-Makefile.tmpl
Log Message:
-----------
Ensure `$(MAKE)` commands and `CFLAGS` are appropriately quoted in the Makefile.
If a user's `make` command came from a path that contained a space then both the
`$(MAKE)` variable (and parts of the generated `CFLAGS`, when building for iOS)
would not be properly quoted and the build would fail.
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23663)
(cherry picked from commit aba621934696ca52193bd41cd35816649b6b321b)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list