aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>2013-08-25 18:47:08 +0000
committerVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>2013-08-25 18:47:08 +0000
commit482f6fb9db4d694c42e516ec5c546210da05908a (patch)
treec9fe0d727a56047aba04d52331f4f9a7c26c5005 /package/network/services/lldpd
parent2109fcb7bea20c9c7c13c94fe5e6c4fe7686494f (diff)
downloadmaster-187ad058-482f6fb9db4d694c42e516ec5c546210da05908a.tar.gz
master-187ad058-482f6fb9db4d694c42e516ec5c546210da05908a.tar.bz2
master-187ad058-482f6fb9db4d694c42e516ec5c546210da05908a.zip
lldpd: Add libbsd dependency when using eglibc
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37837 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/lldpd')
-rw-r--r--package/network/services/lldpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index d46332a2d6..d850b11c93 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -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.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lldpd
PKG_VERSION:=0.7.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd
@@ -30,7 +30,7 @@ define Package/lldpd
SUBMENU:=Routing and Redirection
TITLE:=Link Layer Discovery Protocol daemon
URL:=https://github.com/vincentbernat/lldpd/wiki
- DEPENDS:=+libevent2
+ DEPENDS:=+libevent2 +USE_EGLIBC:libbsd
endef
define Package/lldpd/description