From: Michael Tremer Date: Sat, 23 Oct 2010 15:06:40 +0000 (+0200) Subject: squashfs-tools: Add dependency to libgcc_s.so.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd3645366cdb4b530c2deecfa01f42373005e8d;p=ipfire-3.x.git squashfs-tools: Add dependency to libgcc_s.so.1. Otherwise mksquashfs failed saying: libgcc_s.so.1 must be installed for pthread_cancel to work --- diff --git a/pkgs/core/squashfs-tools/squashfs-tools.nm b/pkgs/core/squashfs-tools/squashfs-tools.nm index 4ee5297ac..cae0e4684 100644 --- a/pkgs/core/squashfs-tools/squashfs-tools.nm +++ b/pkgs/core/squashfs-tools/squashfs-tools.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = squashfs-tools PKG_VER = 4.1 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = System/Filesystem @@ -36,6 +36,10 @@ PKG_SUMMARY = Utility for the creation of squashfs filesystems. PKG_BUILD_DEPS+= libattr-devel xz-devel zlib-devel +# XXX This package has a very weird dependency to libgcc_s.so.1. +# Can we fix this in a non-hacky way? +PKG_DEPS += libgcc_s.so.1 + define PKG_DESCRIPTION Squashfs is a highly compressed read-only filesystem for Linux. endef