Skip to content
Snippets Groups Projects
Commit 61e96dab authored by Florian Fainelli's avatar Florian Fainelli
Browse files

fuse: Add librt to fuse to build with eglibc


Signed-off-by: default avatarxxiao <xxiao@fosiao.com>

SVN-Revision: 33476
parent 9e504b31
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=fuse
PKG_VERSION:=2.9.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
......@@ -50,7 +50,7 @@ $(call Package/fuse/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
DEPENDS:=+kmod-fuse +libpthread
DEPENDS:=+kmod-fuse +libpthread +USE_EGLIBC:librt
SUBMENU:=Filesystem
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment