summaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-09 22:41:04 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-09 22:41:04 +0000
commit8f14f632275887cd9e6b1373cedd7f7994f8737a (patch)
tree9a3c52abdfbc1b19bfd2a937c9973568c5dc82f7 /package/e2fsprogs
parent33def2ea043d1ad02070840426c671282693cb43 (diff)
[package] e2fsprogs: add libpthread dependency (#5086)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index ca5cb082b..64eec5905 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -26,7 +26,7 @@ $(call Package/e2fsprogs/Default)
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Ext2/3 filesystem utilities
- DEPENDS:=+libblkid +libuuid +libext2fs
+ DEPENDS:=+libblkid +libuuid +libext2fs +libpthread
endef
define Package/e2fsprogs/description