summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-10 18:51:11 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-10 18:51:11 (GMT)
commit5fb41e8abf29a4c24b8e9e95277cfad349a4d1da (patch)
treeaba5a1c49e60c104205b7129d47ae5e24d1abfa6 /Makefile
parent899460f336254a128602b86ca48433a983dced72 (diff)
downloadgit-5fb41e8abf29a4c24b8e9e95277cfad349a4d1da.zip
git-5fb41e8abf29a4c24b8e9e95277cfad349a4d1da.tar.gz
git-5fb41e8abf29a4c24b8e9e95277cfad349a4d1da.tar.bz2
OpenBSD needs the strcasestr replacement.
Noticed by Randal L. Schwartz. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8ca504..e67d0e7 100644
--- a/Makefile
+++ b/Makefile
@@ -180,6 +180,7 @@ ifneq (,$(findstring arm,$(shell uname -m)))
ARM_SHA1 = YesPlease
endif
ifeq ($(shell uname -s),OpenBSD)
+ NO_STRCASESTR = YesPlease
NEEDS_LIBICONV = YesPlease
PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib
endif