From 33a8f8bdf02cbf9aaad0da602cb4159f0db25987 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 19 Sep 2012 15:35:00 +0000 Subject: [PATCH 1/1] remove now redundant +USE_EGLIBC:librt dependencies git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@33481 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bird/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bird/Makefile b/net/bird/Makefile index b5fcf95..9658b62 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/bird/Default TITLE:=The BIRD Internet Routing Daemon URL:=http://bird.network.cz/ - DEPENDS:= +USE_EGLIBC:librt + DEPENDS:= endef define Package/birdc/Default -- 2.30.2