projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3c63f
)
e2fsprogs: add libpthread dependency (#5086)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 May 2009 22:41:04 +0000
(22:41 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 May 2009 22:41:04 +0000
(22:41 +0000)
SVN-Revision: 15748
package/e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index ca5cb082bfc086a218516565eaea1bd8dff73988..64eec5905b3a77f98afc78c3c9bdca113d0c0d84 100644
(file)
--- 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