git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mingw: enable NO_PYTHON
@ 2010-01-07 21:52 Erik Faye-Lund
  2010-01-07 22:00 ` Erik Faye-Lund
  0 siblings, 1 reply; 9+ messages in thread
From: Erik Faye-Lund @ 2010-01-07 21:52 UTC (permalink / raw)
  To: msysgit; +Cc: git, Erik Faye-Lund

Python is not commonly installed on Windows machines, so
we should disable it there by default.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
---

This patch is against Junio's current master, and enables
msysgit to compile upstream git again after Sverre's addition
of the python remote-helpers (2fe40b6).

 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 1c7668a..a2780a2 100644
--- a/Makefile
+++ b/Makefile
@@ -1028,6 +1028,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
 	BLK_SHA1 = YesPlease
 	NO_INET_PTON = YesPlease
 	NO_INET_NTOP = YesPlease
+	NO_PYTHON = YesPlease
 	COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -DNOGDI -Icompat -Icompat/fnmatch
 	COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
 	COMPAT_OBJS += compat/mingw.o compat/fnmatch/fnmatch.o compat/winansi.o
-- 
1.6.6.95.g82b1b.dirty

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-01-08 13:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 21:52 [PATCH] mingw: enable NO_PYTHON Erik Faye-Lund
2010-01-07 22:00 ` Erik Faye-Lund
2010-01-07 22:07   ` [PATCH] mingw: disable Python Erik Faye-Lund
2010-01-08  8:07     ` Johannes Sixt
2010-01-08 10:35       ` Johannes Schindelin
2010-01-08 10:49         ` Erik Faye-Lund
2010-01-08 13:35           ` Junio C Hamano
2010-01-08 13:52             ` Johannes Sixt
2010-01-08 13:55             ` Erik Faye-Lund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).