summaryrefslogtreecommitdiff
path: root/package/parted
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-30 20:33:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-30 20:33:35 +0100
commit345795d6b5aeaad33091bbf34250b2ddbc9dcca2 (patch)
tree7f7709503758b43ec2859cea14c69d527dab71b9 /package/parted
parent5df306b0c9d713021edd9d81ff8f37b5d7f01db5 (diff)
implement cfinstaller for rb532
Diffstat (limited to 'package/parted')
-rw-r--r--package/parted/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile
index b51fefd90..6323c875c 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 055305bc7bcf472ce38f9abf69a9d94d
PKG_DESCR:= GNU parted
PKG_SECTION:= admin
-PKG_DEPENDS:= libuuid libreadline device-mapper
+PKG_DEPENDS:= libuuid libreadline device-mapper libpthread
PKG_BUILDDEP+= e2fsprogs lvm readline
PKG_URL:= http://www.gnu.org/software/parted/index.shtml
PKG_SITES:= ${MASTER_SITE_GNU:=parted/}