From: Michael Tremer Date: Fri, 30 Jul 2010 08:02:38 +0000 (+0200) Subject: cpio: Need no autoreconf here. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021a6fe9ccf61bc92fc6054751b63b962c737f0a;p=ipfire-3.x.git cpio: Need no autoreconf here. --- diff --git a/pkgs/core/cpio/cpio.nm b/pkgs/core/cpio/cpio.nm index 9fe8cb670..2174b3d2b 100644 --- a/pkgs/core/cpio/cpio.nm +++ b/pkgs/core/cpio/cpio.nm @@ -34,8 +34,6 @@ PKG_URL = http://www.gnu.org/software/cpio/ PKG_LICENSE = GPLv3+ PKG_SUMMARY = A GNU archiving program. -PKG_BUILD_DEPS+= autoconf automake - define PKG_DESCRIPTION GNU cpio copies files into or out of a cpio or tar archive. Archives \ are files which contain a collection of other files plus information \ @@ -51,10 +49,6 @@ CONFIGURE_OPTIONS += \ --libexecdir=/tmp \ --with-rmt=/usr/sbin/rmt -define STAGE_PREPARE_CMDS - cd $(DIR_APP) && autoreconf --force -endef - define STAGE_TEST cd $(DIR_APP) && make check endef