X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/9b18632b7ed0e7301d80638528758aa2f2c3467e..ab21082c21867e035cd925a06d6d55fb3143d883:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 026bae4..685e662 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CGIT_VERSION = v0.7 +CGIT_VERSION = v0.7.1 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_CONFIG = /etc/cgitrc @@ -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 emptycache force-version get-git all: cgit git