mirror of
https://github.com/git/git.git
synced 2024-11-20 16:24:06 +01:00
OpenBSD needs the strcasestr replacement.
Noticed by Randal L. Schwartz. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
899460f336
commit
5fb41e8abf
1
Makefile
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user