From d5fe6b1fa6bc72ff68e484278e445c85fc5d53da Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 29 Jun 2012 21:19:52 +0000 Subject: [PATCH] uhub: link against librt when eglibc is enabled git-svn-id: svn://svn.openwrt.org/openwrt/packages@32543 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/uhub/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 17c43da15..3837be8b4 100644 --- a/net/uhub/Makefile +++ b/net/uhub/Makefile @@ -21,7 +21,7 @@ define Package/uhub SUBMENU:=P2P SECTION:=net CATEGORY:=Network - DEPENDS:=+libevent + DEPENDS:=+libevent +USE_EGLIBC:librt TITLE:=High performance ADC hub URL:=http://www.extatic.org/uhub/ endef @@ -32,6 +32,10 @@ define Package/uhub/description on high-end servers, or a small private hub on embedded hardware. endef +ifdef CONFIG_USE_EGLIBC +TARGET_LDFLAGS += -lrt +endif + define Package/uhub/install $(INSTALL_DIR) $(1)/usr/local/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/uhub $(1)/usr/local/bin/ -- 2.11.0