projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
669c8e1
)
bird: link against librt when using eglibc
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jun 2012 21:56:37 +0000
(21:56 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jun 2012 21:56:37 +0000
(21:56 +0000)
SVN-Revision: 32548
net/bird/Makefile
patch
|
blob
|
history
diff --git
a/net/bird/Makefile
b/net/bird/Makefile
index cd7472abe33c20ef36913ed3444446a818a2404e..b5fcf959be9b2a484278b4dea6039c25deabfc53 100644
(file)
--- a/
net/bird/Makefile
+++ b/
net/bird/Makefile
@@
-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