Skip to content

Commit 5fb41e8

Browse files
author
Junio C Hamano
committed
OpenBSD needs the strcasestr replacement.
Noticed by Randal L. Schwartz. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 899460f commit 5fb41e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ ifneq (,$(findstring arm,$(shell uname -m)))
180180
ARM_SHA1 = YesPlease
181181
endif
182182
ifeq ($(shell uname -s),OpenBSD)
183+
NO_STRCASESTR = YesPlease
183184
NEEDS_LIBICONV = YesPlease
184185
PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib
185186
endif

0 commit comments

Comments
 (0)