diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-09 22:41:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-09 22:41:04 +0000 |
commit | 6fc1c45b63166c10504cb8743f54b4e50f146290 (patch) | |
tree | 5979b3558e4946a5565681bc794a41545306445b /package | |
parent | ff3c63fb6122baba6ee48c6591cfc103e945ceff (diff) | |
download | upstream-6fc1c45b63166c10504cb8743f54b4e50f146290.tar.gz upstream-6fc1c45b63166c10504cb8743f54b4e50f146290.tar.bz2 upstream-6fc1c45b63166c10504cb8743f54b4e50f146290.zip |
e2fsprogs: add libpthread dependency (#5086)
SVN-Revision: 15748
Diffstat (limited to 'package')
-rw-r--r-- | package/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index ca5cb082bf..64eec5905b 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 |