Skip to content

Commit 9c7a0be

Browse files
mackylegitster
authored andcommitted
config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systems
Older MacOS systems prior to 10.5 do not have the CommonCrypto support Git uses so set NO_APPLE_COMMON_CRYPTO on those systems. Signed-off-by: Kyle J. McKay <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 32f5660 commit 9c7a0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ ifeq ($(uname_S),Darwin)
8888
NEEDS_LIBICONV = YesPlease
8989
ifeq ($(shell expr "$(uname_R)" : '[15678]\.'),2)
9090
OLD_ICONV = UnfortunatelyYes
91+
NO_APPLE_COMMON_CRYPTO = YesPlease
9192
endif
9293
ifeq ($(shell expr "$(uname_R)" : '[15]\.'),2)
9394
NO_STRLCPY = YesPlease

0 commit comments

Comments
 (0)