remove now redundant +USE_EGLIBC:librt dependencies
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@33481 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ee63d8165c
commit
33a8f8bdf0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/bird/Default
|
define Package/bird/Default
|
||||||
TITLE:=The BIRD Internet Routing Daemon
|
TITLE:=The BIRD Internet Routing Daemon
|
||||||
URL:=http://bird.network.cz/
|
URL:=http://bird.network.cz/
|
||||||
DEPENDS:= +USE_EGLIBC:librt
|
DEPENDS:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/birdc/Default
|
define Package/birdc/Default
|
||||||
|
|
Loading…
Reference in a new issue