From: Michael Tremer Date: Thu, 26 Nov 2009 21:40:55 +0000 (+0100) Subject: attr: Add build deps "libtool" and "make". X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de54816b780dfed7d5e10159570db1892f4b3bf8;p=ipfire-3.x.git attr: Add build deps "libtool" and "make". --- diff --git a/pkgs/core/attr/attr.nm b/pkgs/core/attr/attr.nm index 8df871c46..7aac32adf 100644 --- a/pkgs/core/attr/attr.nm +++ b/pkgs/core/attr/attr.nm @@ -35,7 +35,7 @@ PKG_LICENSE = GPLv2+ LGPLv2+ PKG_SUMMARY = Tools for extended attribute support. PKG_PACKAGES += $(PKG_NAME_REAL)-devel -PKG_BUILD_DEPS+= gettext gzip sed +PKG_BUILD_DEPS+= gettext gzip libtool make sed define PKG_DESCRIPTION A set of tools for manipulating extended attributes on filesystem \ @@ -56,7 +56,7 @@ define STAGE_BUILD --bindir=/bin \ --enable-shared - cd $(DIR_APP) && make $(PARALLELISMFLAGS) + cd $(DIR_APP) && make #$(PARALLELISMFLAGS) endef define STAGE_INSTALL