From: Michael Tremer Date: Sun, 24 Jan 2010 21:02:01 +0000 (+0100) Subject: cpio: Needs automake to build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab18c329d05ce1fcd8ea9a7e23a081588f0da668;p=ipfire-3.x.git cpio: Needs automake to build. --- diff --git a/pkgs/core/cpio/cpio.nm b/pkgs/core/cpio/cpio.nm index 7ca67cdb7..6ddd494cd 100644 --- a/pkgs/core/cpio/cpio.nm +++ b/pkgs/core/cpio/cpio.nm @@ -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 \