Browse Source

fuse: remove now redundant dependency on +USE_EGLIBC:librt

SVN-Revision: 33482
Jo-Philipp Wich 13 years ago
parent
commit
31d9f3d61f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/fuse/Makefile

+ 1 - 1
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