Updated and tested. Thanks! >From 11cfa06f5c68143fc7bf7216d8a75fb9f85a8871 Mon Sep 17 00:00:00 2001 From: xxiao <xx...@fosiao.com> Date: Tue, 11 Sep 2012 13:23:15 -0500 Subject: [PATCH 1/2] Add librt to fuse to build with eglibc
Signed-off-by: xxiao <xx...@fosiao.com> --- package/fuse/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/fuse/Makefile b/package/fuse/Makefile index 55cba6d..f27e239 100644 --- 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 + DEPENDS:=+kmod-fuse +libpthread +USE_EGLIBC:librt SUBMENU:=Filesystem endef -- 1.7.0.4 On Tue, Sep 11, 2012 at 12:47 PM, Thomas Heil <h...@terminal-consulting.de> wrote: > Hi, > > Please use conditional DEPENDS like > -- > DEPENDS:=+... +USE_EGLIBC:librt > -- > > cheers, > thomas > > On 11.09.2012 19:42, Xianghua Xiao wrote: >> From 9af069e2c271e35b69f14316096689cfa9511067 Mon Sep 17 00:00:00 2001 >> From: xxiao <xx...@fosiao.com> >> Date: Fri, 7 Sep 2012 17:02:45 -0500 >> Subject: [PATCH 1/2] Add librt to fuse build with eglibc >> >> >> Signed-off-by: xxiao <xx...@fosiao.com> >> --- >> package/fuse/Makefile | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/package/fuse/Makefile b/package/fuse/Makefile >> index 55cba6d..80f7827 100644 >> --- 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 >> + DEPENDS:=+kmod-fuse +libpthread +librt >> SUBMENU:=Filesystem >> endef >> > > > -- > Thomas Heil > - > ! note my new number ! > Skype: phiber.sun > Email: h...@terminal-consulting.de > Tel: 0176 / 44555622 > -- > > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel