Re: [PATCH 1/2] fix compilation with --disable-pthreads

2014-10-13 Thread Junio C Hamano
Etienne Buira writes: > Subject: Re: [PATCH 1/2] fix compilation with --disable-pthreads That probably is a typo of "NO_PTHREADS=NoThanks" or something. Thanks. Just out of curiosity, are you porting to some exotic platforms? > Signed-off-by: Etienne Buira > --- > bu

[PATCH 1/2] fix compilation with --disable-pthreads

2014-10-11 Thread Etienne Buira
Signed-off-by: Etienne Buira --- builtin/index-pack.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builtin/index-pack.c b/builtin/index-pack.c index eebf1a8..0f88f4b 100644 --- a/builtin/index-pack.c +++ b/builtin/index-pack.c @@ -185,6 +185,9 @@ static void cleanup_thread(void) #defin