1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

fuse: remove now redundant dependency on +USE_EGLIBC:librt

SVN-Revision: 33482
This commit is contained in:
Jo-Philipp Wich 2012-09-19 15:37:35 +00:00
parent b06f4dc972
commit 31d9f3d61f

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