]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
attr: Add build deps "libtool" and "make".
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Nov 2009 21:40:55 +0000 (22:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Nov 2009 21:40:55 +0000 (22:40 +0100)
pkgs/core/attr/attr.nm

index 8df871c46c098c2d1b7ae5f53793efb04f1c0a7a..7aac32adff1cd03e5a04ef7c4e831a855bc049ca 100644 (file)
@@ -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