зеркало из https://github.com/microsoft/git.git
OpenBSD needs the strcasestr replacement.
Noticed by Randal L. Schwartz. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
899460f336
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче