summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>2013-08-25 18:47:08 +0000
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>2013-08-25 18:47:08 +0000
commit03b1d4289b8421bfbeedca95e95fb6e48b9122d8 (patch)
tree6407a39eddda8c1aa0b6af42cba83061f3f18ec9 /package
parent77e00faa338fd890028042ba1cacd7a405f38269 (diff)
downloadmaster-31e0f0ae-03b1d4289b8421bfbeedca95e95fb6e48b9122d8.tar.gz
master-31e0f0ae-03b1d4289b8421bfbeedca95e95fb6e48b9122d8.tar.bz2
master-31e0f0ae-03b1d4289b8421bfbeedca95e95fb6e48b9122d8.zip
lldpd: Add libbsd dependency when using eglibc
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr> SVN-Revision: 37837
Diffstat (limited to 'package')
-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