From: Junio C Hamano Date: Tue, 28 Jul 2026 22:32:37 +0000 (-0700) Subject: SQUASH??? X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8789f191564bbe5ef35464ef26f625b29ab42899;p=thirdparty%2Fgit.git SQUASH??? Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 81075c38a2..ed2868ce10 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,9 @@ include shared.mak # Define USE_HOMEBREW_LIBICONV to link against libiconv installed by # Homebrew, if present. # +# Define DARWIN_REGEXEC if regexec() in your platform regex library +# leaks when fed an invalid UTF-8 sequence. +# # Define NO_APPLE_COMMON_CRYPTO if you are building on Darwin/Mac OS X # and do not want to use Apple's CommonCrypto library. This allows you # to provide your own OpenSSL library, for example from MacPorts.