all repos — cgit @ 8011587ef34d98398b60be8fcd6c6ecf499c0676

a hyperfast web frontend for git written in c

Merge branch 'stable'

* stable:
  Makefile: enable compilation on uclibc
Lars Hjemli hjemli@gmail.com
Sat, 11 Oct 2008 20:21:17 +0200
commit

8011587ef34d98398b60be8fcd6c6ecf499c0676

parent

ed7ff095ca467cdc4c8a1a1459847d68e50c9b91

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M MakefileMakefile

@@ -93,6 +93,9 @@ CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'

CFLAGS += -DCGIT_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"' CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"' +ifdef NO_ICONV + CFLAGS += -DNO_ICONV +endif cgit: $(OBJECTS) libgit $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o cgit $(OBJECTS) $(EXTLIBS)