From: Schantl Stefan Date: Wed, 3 Mar 2010 14:58:49 +0000 (+0100) Subject: coreutils: Fix makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23e08294149059757b47c0cb5c7c6af0e50d51e;p=ipfire-3.x.git coreutils: Fix makefile. Removed some deps, they arn“t needed anymore. Removed Stage for autoconf. Removed some whitespace. --- diff --git a/pkgs/core/coreutils/coreutils.nm b/pkgs/core/coreutils/coreutils.nm index ba8ce1601..f1a1dfde7 100644 --- a/pkgs/core/coreutils/coreutils.nm +++ b/pkgs/core/coreutils/coreutils.nm @@ -43,18 +43,8 @@ PKG_DEPS += acl attr libcap ncurses pam shadow util-linux-ng PKG_TARBALL = $(THISAPP).tar.gz -#PKG_BUILD_DEPS+= autoconf automake - CFLAGS += -D_GNU_SOURCE=1 -fno-strict-aliasing -############################################################################### -# Installation Details -############################################################################### - -#define STAGE_PRAPRE_CMDS - #cd $(DIR_APP) && autoreconf --force -#endef - define STAGE_BUILD cd $(DIR_APP) && \ gl_cv_func_printf_directive_n=no \