aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-09-19 15:37:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-09-19 15:37:35 +0000
commit31d9f3d61fcb8b2e41e3250b5d747acb0a35bacf (patch)
tree7b9ff8fcca3377ff24eaffb3e8512538153982d7 /package
parentb06f4dc9726e5ac6667bf9600b99a4120a3a5b9c (diff)
downloadupstream-31d9f3d61fcb8b2e41e3250b5d747acb0a35bacf.tar.gz
upstream-31d9f3d61fcb8b2e41e3250b5d747acb0a35bacf.tar.bz2
upstream-31d9f3d61fcb8b2e41e3250b5d747acb0a35bacf.zip
fuse: remove now redundant dependency on +USE_EGLIBC:librt
SVN-Revision: 33482
Diffstat (limited to 'package')
-rw-r--r--package/fuse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile
index 779b911d33..9c5acc7cd3 100644
--- a/package/fuse/Makefile
+++ b/package/fuse/Makefile
@@ -50,7 +50,7 @@ $(call Package/fuse/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
- DEPENDS:=+kmod-fuse +libpthread +USE_EGLIBC:librt
+ DEPENDS:=+kmod-fuse +libpthread
SUBMENU:=Filesystem
endef