]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
icecream: Package depends on ldd. Making sure it is present.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 13 Feb 2011 10:43:43 +0000 (11:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 13 Feb 2011 10:43:43 +0000 (11:43 +0100)
pkgs/core/icecream/icecream.nm

index a66a6e77fda23ac8164819632f85c9918803ed8f..223f05bb5146c0010504481c917b1994602b6e6f 100644 (file)
@@ -29,7 +29,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = icecream
 PKG_VER        = 0.9.6
-PKG_REL        = 1
+PKG_REL        = 2
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
 PKG_GROUP      = Development/Compilers
@@ -37,7 +37,7 @@ PKG_URL        = http://en.opensuse.org/Icecream
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Distributed compiler.
 
-PKG_DEPS      += gcc-c++
+PKG_DEPS      += gcc-c++ /usr/bin/ldd
 PKG_BUILD_DEPS+= gcc-c++
 
 define PKG_DESCRIPTION