SQUASH???

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jul 28, 2026 at 15:32 UTC 8789f191564bbe5ef35464ef26f625b29ab42899
1 file changed +3
Makefile
+3
@@ -110,6 +110,9 @@ include shared.mak
110 # Define USE_HOMEBREW_LIBICONV to link against libiconv installed by
111 # Homebrew, if present.
112 #
113 +# Define DARWIN_REGEXEC if regexec() in your platform regex library
114 +# leaks when fed an invalid UTF-8 sequence.
115 +#
116 # Define NO_APPLE_COMMON_CRYPTO if you are building on Darwin/Mac OS X
117 # and do not want to use Apple's CommonCrypto library. This allows you
118 # to provide your own OpenSSL library, for example from MacPorts.