зеркало из https://github.com/microsoft/git.git
[PATCH] git on OpenBSD
iconv is installed in /usr/local. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
5cd5ace72b
Коммит
18c5a52537
4
Makefile
4
Makefile
|
@ -175,6 +175,10 @@ endif
|
|||
ifneq (,$(findstring arm,$(shell uname -m)))
|
||||
ARM_SHA1 = YesPlease
|
||||
endif
|
||||
ifeq ($(shell uname -s),OpenBSD)
|
||||
NEEDS_LIBICONV = YesPlease
|
||||
PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib
|
||||
endif
|
||||
|
||||
ifndef NO_CURL
|
||||
ifdef CURLDIR
|
||||
|
|
Загрузка…
Ссылка в новой задаче