]> granicus.if.org Git - git/commitdiff
config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systems
authorKyle J. McKay <mackyle@gmail.com>
Fri, 15 Aug 2014 07:46:11 +0000 (00:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Aug 2014 16:50:18 +0000 (09:50 -0700)
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 <mackyle@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname

index 7846bd76573fe2513f08a824e89938deae6543de..f8e12c96260730aa34a76f306d7fba578152ca15 100644 (file)
@@ -88,6 +88,7 @@ ifeq ($(uname_S),Darwin)
        NEEDS_LIBICONV = YesPlease
        ifeq ($(shell expr "$(uname_R)" : '[15678]\.'),2)
                OLD_ICONV = UnfortunatelyYes
+               NO_APPLE_COMMON_CRYPTO = YesPlease
        endif
        ifeq ($(shell expr "$(uname_R)" : '[15]\.'),2)
                NO_STRLCPY = YesPlease