]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Update the Interix default build configuration.
authorMarkus Duft <mduft@gentoo.org>
Wed, 15 Jun 2011 11:34:18 +0000 (13:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jun 2011 17:02:09 +0000 (10:02 -0700)
commit715876e58d2aeddf7e3b26e2fb5da0fc6e35e86f
tree476ce2e33142735ad884c44525ceac9f946bc98c
parenta02cf90144293f4d7885be7f1d10240576aa161b
Update the Interix default build configuration.

Currently, on Interix, libsuacomp is required for building (see [1]).

Since suacomp provides poll() and inttypes.h for all interix versions,
remove NO_*=YesPlease that are no longer necessary.

Interix versions 3 and 5 miss struct sockaddr_storage, so make git
avoid using it.

Same for FNMATCH_CASEFOLD, which does not exist for Interix 3 and 5.

[1] http://news.gmane.org/find-root.php?message_id=%3c4DDF4440.4040405%40gentoo.org%3e

Signed-off-by: Markus Duft <mduft@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile