From: Junio C Hamano Date: Mon, 10 Oct 2005 18:51:11 +0000 (-0700) Subject: OpenBSD needs the strcasestr replacement. X-Git-Tag: v0.99.8d~9^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5fb41e8abf29a4c24b8e9e95277cfad349a4d1da;p=git.git OpenBSD needs the strcasestr replacement. Noticed by Randal L. Schwartz. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index b8ca504f..e67d0e78 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