[package] e2fsprogs: add libpthread dependency (#5086)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 9 May 2009 22:41:04 +0000 (22:41 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 9 May 2009 22:41:04 +0000 (22:41 +0000)
SVN-Revision: 15748

package/e2fsprogs/Makefile

index ca5cb082bfc086a218516565eaea1bd8dff73988..64eec5905b3a77f98afc78c3c9bdca113d0c0d84 100644 (file)
@@ -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