From: Michael Tremer Date: Sat, 5 Apr 2008 22:00:42 +0000 (+0200) Subject: We don't use the "uptime"-tool from coreutils. X-Git-Tag: v3.0-alpha1~1054^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc46151ec1b2cc156cb7559d61b9c8c3872e5552;p=people%2Fms%2Fipfire-3.x.git We don't use the "uptime"-tool from coreutils. --- diff --git a/lfs/coreutils b/lfs/coreutils index 0247ab976..aa1c113d5 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -67,7 +67,7 @@ ifeq "$(STAGE)" "base" cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-i18n-1.patch cd $(DIR_APP) && ./configure --prefix=/usr --enable-install-program=hostname \ - --enable-no-install-program=kill + --enable-no-install-program=kill,uptime cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install