all repos — cgit @ 78a24e5c55ac57efab90cf1e65b9af226b388a39

a hyperfast web frontend for git written in c

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 <cgit@cryptocrack.de>
Lukas Fleischer cgit@cryptocrack.de
Mon, 04 Mar 2013 09:18:38 +0100
commit

78a24e5c55ac57efab90cf1e65b9af226b388a39

parent

ca59b26dfd6e5bed6622fad2c57d57083714f9e7

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

jump to
M MakefileMakefile

@@ -99,7 +99,7 @@ CFLAGS += -I/usr/local/include

NEEDS_LIBICONV = yes endif -GIT_OPTIONS = prefix=/usr +GIT_OPTIONS = prefix=/usr NO_GETTEXT=1 OBJECTS = ifdef NO_ICONV