From: Schantl Stefan Date: Sat, 13 Mar 2010 16:11:52 +0000 (+0100) Subject: squasfs-tools: Add zlib as dependency. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2832b22bf3dea1805f8ea87c46ec6f8bafce88db;p=ipfire-3.x.git squasfs-tools: Add zlib as dependency. --- diff --git a/pkgs/core/squashfs-tools/squashfs-tools.nm b/pkgs/core/squashfs-tools/squashfs-tools.nm index e440b2ca1..ae4f7fc21 100644 --- a/pkgs/core/squashfs-tools/squashfs-tools.nm +++ b/pkgs/core/squashfs-tools/squashfs-tools.nm @@ -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