projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e504b3
)
fuse: Add librt to fuse to build with eglibc
author
Florian Fainelli
<florian@openwrt.org>
Wed, 19 Sep 2012 15:13:41 +0000
(15:13 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 19 Sep 2012 15:13:41 +0000
(15:13 +0000)
Signed-off-by: xxiao <xxiao@fosiao.com>
SVN-Revision: 33476
package/fuse/Makefile
patch
|
blob
|
history
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index 55cba6ddf245b51aeb9055d38d02fe0c65de3f1e..779b911d33138f38c55d23d03c48020451708c9f 100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-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