From: Michael Tremer Date: Fri, 15 Jun 2012 09:34:09 +0000 (+0200) Subject: man: Remove obsolete compiler flag to fix the build. X-Git-Tag: v2.13-beta1~328^2~8 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=00b73e3b0fea55577ee03a04935dd12467cdfd2b man: Remove obsolete compiler flag to fix the build. --- diff --git a/lfs/man b/lfs/man index c5f847f06e..04aed20ace 100644 --- a/lfs/man +++ b/lfs/man @@ -74,6 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && mv man/es{_ES.88591,} cd $(DIR_APP) && mv man/it{_IT.88591,} cd $(DIR_APP) && mv man/ja{_JP.eucJP,} + cd $(DIR_APP) && sed -i "s/-I-//g" {lib,src}/Makefile* cd $(DIR_APP) && sed -i 's,\*_\*,??,' man/Makefile.in cd $(DIR_APP) && sed -i '/\t\/usr\/man/d' src/man_db.conf.in cd $(DIR_APP) && echo -e "#define WEB_BROWSER \"exec /usr/bin/lynx\"" >> include/manconfig.h.in