]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
cpio: Needs automake to build.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 21:02:01 +0000 (22:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 21:02:01 +0000 (22:02 +0100)
pkgs/core/cpio/cpio.nm

index 7ca67cdb78b9a43a8ca4f86a9354baa71cec8397..6ddd494cd4b21d9c727f09fc26f9a0b26a57f749 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.gnu.org/software/cpio/
 PKG_LICENSE    = GPLv3+
 PKG_SUMMARY    = A GNU archiving program.
 
-PKG_BUILD_DEPS+= autoconf
+PKG_BUILD_DEPS+= autoconf automake
 
 define PKG_DESCRIPTION
        GNU cpio copies files into or out of a cpio or tar archive. Archives \
@@ -57,7 +57,6 @@ endef
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH)\
                        --prefix=/usr \
                        --bindir=/bin \
                        --libexecdir=/tmp \