index
:
patchwork/cgit.git
master
cgit - fast webinterface for git
summary
refs
log
tree
commit
diff
about
log msg
author
committer
range
Side-by-side diff
Diffstat
(
more
/
less
context) (
ignore
whitespace changes)
-rw-r--r--
Makefile
3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ee2a59..3c27422 100644
--- a/
Makefile
+++ b/
Makefile
@@ -95,2 +95,5 @@ CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'
+ifdef NO_ICONV
+ CFLAGS += -DNO_ICONV
+endif