Browse Source

OpenBSD needs the strcasestr replacement.

Noticed by Randal L. Schwartz.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
5fb41e8abf
  1. 1
      Makefile

1
Makefile

@ -180,6 +180,7 @@ ifneq (,$(findstring arm,$(shell uname -m))) @@ -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

Loading…
Cancel
Save