X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=c31af7b3c3bce6ea824e93ae651affe73099af5c;hb=380792390e05e744f9d7eefbc35d1db80e44e27a;hp=f7eee4708a5df439c5a39d4b3fae6ebc9baa4d4c;hpb=4769948afe7c502d37746edc2ee2c084c9dcb325;p=git.git diff --git a/Makefile b/Makefile index f7eee470..c31af7b3 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ LIB_OBJS = \ object.o pack-check.o patch-delta.o path.o pkt-line.o \ quote.o read-cache.o refs.o run-command.o \ server-info.o setup.o sha1_file.o sha1_name.o strbuf.o \ - tag.o tree.o usage.o $(DIFF_OBJS) + tag.o tree.o usage.o config.o $(DIFF_OBJS) LIBS = $(LIB_FILE) LIBS += -lz @@ -202,6 +202,7 @@ ifeq ($(uname_O),Cygwin) PLATFORM_DEFINES += -DUSE_SYMLINK_HEAD=0 endif ifeq ($(uname_S),OpenBSD) + NO_STRCASESTR = YesPlease NEEDS_LIBICONV = YesPlease PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib endif