Re: [ANNOUNCE] cgit v0.7

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Lars Hjemli
Date: Tuesday, November 6, 2007 - 1:44 am

On Nov 6, 2007 9:04 AM, Peter Karlsson <peter@softwolves.pp.se> wrote:

If (win32 == cygwin): yes, just did (but it needed a makefile tweak
regarding iconv)

-- 
From: Lars Hjemli <hjemli@gmail.com>
Date: Tue, 6 Nov 2007 09:35:07 +0100
Subject: [PATCH] Makefile: link with libiconv if NEEDS_LIBICONV is defined

This seems to be needed to compile on cygwin.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
 Makefile |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 6abd82a..dbc34a2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,11 @@ OBJECTS = shared.o cache.o parsing.o html.o
ui-shared.o ui-repolist.o \
        ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o


+ifdef NEEDS_LIBICONV
+       EXTLIBS += -liconv
+endif
+
+
 .PHONY: all git install clean distclean force-version get-git

 all: cgit git
-- 
1.5.3.4.452.g09149
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ANNOUNCE] cgit v0.7, Lars Hjemli, (Sat Nov 3, 4:08 am)
Re: [ANNOUNCE] cgit v0.7, Nguyen Thai Ngoc Duy, (Sat Nov 3, 5:15 am)
Re: [ANNOUNCE] cgit v0.7, Lars Hjemli, (Sat Nov 3, 5:44 am)
Re: [ANNOUNCE] cgit v0.7, Jakub Narebski, (Sun Nov 4, 5:29 pm)
Re: [ANNOUNCE] cgit v0.7, Lars Hjemli, (Mon Nov 5, 3:59 am)
Re: [ANNOUNCE] cgit v0.7, Lars Hjemli, (Mon Nov 5, 4:53 pm)
Re: [ANNOUNCE] cgit v0.7, Peter Karlsson, (Tue Nov 6, 1:04 am)
Re: [ANNOUNCE] cgit v0.7, Lars Hjemli, (Tue Nov 6, 1:44 am)
Re: [ANNOUNCE] cgit v0.7, Patrick Aljord, (Tue Nov 6, 11:39 am)
Re: [ANNOUNCE] cgit v0.7, Lars Hjemli, (Wed Nov 7, 3:52 am)