projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06f4dc
)
fuse: remove now redundant dependency on +USE_EGLIBC:librt
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 Sep 2012 15:37:35 +0000
(15:37 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 Sep 2012 15:37:35 +0000
(15:37 +0000)
SVN-Revision: 33482
package/fuse/Makefile
patch
|
blob
|
history
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index 779b911d33138f38c55d23d03c48020451708c9f..9c5acc7cd3ecc1240bc5b01a8409e882904c5662 100644
(file)
--- a/
package/fuse/Makefile
+++ b/
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