From: Lukas Fleischer Date: Mon, 4 Mar 2013 08:18:38 +0000 (+0100) Subject: Makefile: Disable gettext in the Git submodule X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/78a24e5c55ac57efab90cf1e65b9af226b388a39?ds=inline;hp=78a24e5c55ac57efab90cf1e65b9af226b388a39 Makefile: Disable gettext in the Git submodule Newer libgit versions depend on the libintl library. However, we currently do not link against libintl which breaks compilation under OpenBSD: git/libgit.a(commit.o)(.text+0x1d1b): In function `lookup_commit_or_die': git/gettext.h:47: undefined reference to `libintl_gettext' [...] Since we do not support i18n in cgit, just disable gettext in the Git submodule to fix this. Signed-off-by: Lukas Fleischer ---