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 | 1421bc8dbefe918849cd0dbf61bdf7915e724496 (patch) | |
tree | 9a3c52abdfbc1b19bfd2a937c9973568c5dc82f7 /package/e2fsprogs | |
parent | fed636e22366b122eb948a76004b2ba767264d28 (diff) | |
download | master-187ad058-1421bc8dbefe918849cd0dbf61bdf7915e724496.tar.gz master-187ad058-1421bc8dbefe918849cd0dbf61bdf7915e724496.tar.bz2 master-187ad058-1421bc8dbefe918849cd0dbf61bdf7915e724496.zip |
[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/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 |