[package] fuse: remove now redundant dependency on +USE_EGLIBC:librt

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33482 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2012-09-19 15:37:35 +00:00
parent b48b43658d
commit 1d1dcc8394

View File

@@ -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