summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fba0cbd)
raw | patch | inline | side by side (parent: fba0cbd)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 2 Aug 2006 22:44:07 +0000 (15:44 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 3 Aug 2006 00:06:50 +0000 (17:06 -0700) |
I noticed that t3800 test breaks with git built without this
option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 700c77f5643f9250fc8b41371071bc9871294fb3..f67b28f75a4c176ee163a735feca05e8b2560f05 100644 (file)
--- a/Makefile
+++ b/Makefile
NO_STRLCPY = YesPlease
NO_SYMLINK_HEAD = YesPlease
NEEDS_LIBICONV = YesPlease
+ NO_C99_FORMAT = YesPlease
# There are conflicting reports about this.
# On some boxes NO_MMAP is needed, and not so elsewhere.
# Try uncommenting this if you see things break -- YMMV.