From: Michael Tremer Date: Sat, 14 Mar 2009 17:03:28 +0000 (+0100) Subject: Fixed compiling error with splashy. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cfce98cc3a6c78aec1eaa4a97fe928138c32900;p=ipfire-3.x.git Fixed compiling error with splashy. --- diff --git a/lfs/splashy b/lfs/splashy index 9a8edba14..8748c4366 100644 --- a/lfs/splashy +++ b/lfs/splashy @@ -68,6 +68,7 @@ $(OBJECT) : --datarootdir=/usr/share \ --mandir=/usr/share/man cd $(DIR_APP) && sed -e "s/-Werror//g" -i src/Makefile + cd $(DIR_APP) && echo "#undef ENABLE_NLS" >> config.h cd $(DIR_APP) && make #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install