Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.mak.uname: set FREAD_READS_DIRECTORIES for Darwin, too
author
Junio C Hamano
<gitster@pobox.com>
Wed, 10 May 2017 04:44:33 +0000
(21:44 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 26 May 2017 03:33:55 +0000
(12:33 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e2d90fd
)
diff --git
a/config.mak.uname
b/config.mak.uname
index a25ffddb3e63548b923133e23b2420561be1aacd..1743890164168bdf17fb0f4fce0f04c163883240 100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-110,6
+110,7
@@
ifeq ($(uname_S),Darwin)
BASIC_CFLAGS += -DPRECOMPOSE_UNICODE
BASIC_CFLAGS += -DPROTECT_HFS_DEFAULT=1
HAVE_BSD_SYSCTL = YesPlease
+ FREAD_READS_DIRECTORIES = UnfortunatelyYes
endif
ifeq ($(uname_S),SunOS)
NEEDS_SOCKET = YesPlease