lldpd: Add libbsd dependency when using eglibc
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr> SVN-Revision: 37837
This commit is contained in:
parent
77e00faa33
commit
03b1d4289b
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2012 OpenWrt.org
|
# Copyright (C) 2008-2013 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lldpd
|
PKG_NAME:=lldpd
|
||||||
PKG_VERSION:=0.7.5
|
PKG_VERSION:=0.7.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd
|
PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd
|
||||||
|
@ -30,7 +30,7 @@ define Package/lldpd
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
TITLE:=Link Layer Discovery Protocol daemon
|
TITLE:=Link Layer Discovery Protocol daemon
|
||||||
URL:=https://github.com/vincentbernat/lldpd/wiki
|
URL:=https://github.com/vincentbernat/lldpd/wiki
|
||||||
DEPENDS:=+libevent2
|
DEPENDS:=+libevent2 +USE_EGLIBC:libbsd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lldpd/description
|
define Package/lldpd/description
|
||||||
|
|
Loading…
Reference in a new issue