]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
cpio: Need no autoreconf here.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Jul 2010 08:02:38 +0000 (10:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Jul 2010 08:02:38 +0000 (10:02 +0200)
pkgs/core/cpio/cpio.nm

index 9fe8cb670984cf1b932dad3c4170abb3a17123bd..2174b3d2b04d43914d3b348d101beefcd8253c65 100644 (file)
@@ -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