Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systems
[gitweb.git]
/
config.mak.uname
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