]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
squasfs-tools: Add zlib as dependency.
authorSchantl Stefan <Stevee@ipfire.org>
Sat, 13 Mar 2010 16:11:52 +0000 (17:11 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Sat, 13 Mar 2010 16:11:52 +0000 (17:11 +0100)
pkgs/core/squashfs-tools/squashfs-tools.nm

index e440b2ca194296644d0492fb094dbcf31f099725..ae4f7fc213a496e54b7d64258d2529af2c353e9e 100644 (file)
@@ -34,16 +34,14 @@ PKG_URL        = http://squashfs.sf.net/
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Utility for the creation of squashfs filesystems.
 
+PKG_BUILD_DEPS+= zlib
+
 define PKG_DESCRIPTION
        Squashfs is a highly compressed read-only filesystem for Linux.
 endef
 
 PKG_TARBALL    = squashfs$(PKG_VER).tar.gz
 
-###############################################################################
-# Installation Details
-###############################################################################
-
 define STAGE_BUILD
                mv /usr/src/squashfs4.0 $(DIR_APP)
                cd $(DIR_APP)/$(PKG_NAME) && sed -e "s/^CFLAGS := /& $(CFLAGS) /" -i Makefile