bird: link against librt when using eglibc
authorFelix Fietkau <nbd@openwrt.org>
Fri, 29 Jun 2012 21:56:37 +0000 (21:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 29 Jun 2012 21:56:37 +0000 (21:56 +0000)
SVN-Revision: 32548

net/bird/Makefile

index cd7472abe33c20ef36913ed3444446a818a2404e..b5fcf959be9b2a484278b4dea6039c25deabfc53 100644 (file)
@@ -20,6 +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
 endef
 
 define Package/birdc/Default