Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systems
author
Kyle J. McKay
<mackyle@gmail.com>
Fri, 15 Aug 2014 07:46:11 +0000
(
00:46
-0700)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
32f5660
)
diff --git
a/config.mak.uname
b/config.mak.uname
index 7846bd76573fe2513f08a824e89938deae6543de..f8e12c96260730aa34a76f306d7fba578152ca15 100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-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