summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-04-23 10:37:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-04-23 10:37:23 +0000
commit61a6f45cdca37e8f4fe290192f7e6e1ea0d3ac44 (patch)
tree061ca900106bdda2288e6c7a49719b478e145577 /package
parentf2f12331492962c91cc6c8b4c1c3735515af04ed (diff)
downloadmaster-31e0f0ae-61a6f45cdca37e8f4fe290192f7e6e1ea0d3ac44.tar.gz
master-31e0f0ae-61a6f45cdca37e8f4fe290192f7e6e1ea0d3ac44.tar.bz2
master-31e0f0ae-61a6f45cdca37e8f4fe290192f7e6e1ea0d3ac44.zip
lldpd: upgrade to 0.7.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 36401
Diffstat (limited to 'package')
-rw-r--r--package/network/services/lldpd/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index f0983f7ae3..024116c3f7 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -8,18 +8,20 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lldpd
-PKG_VERSION:=0.6.1
-PKG_RELEASE:=2
+PKG_VERSION:=0.7.1
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd
-PKG_MD5SUM:=d2f9ae67e0bcce0206a3a501a81d0738
+PKG_MD5SUM:=cee0e2ae7d4b8bf25ae234d9536052b8
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
+TARGET_CFLAGS+=--std=c99
+
include $(INCLUDE_DIR)/package.mk
define Package/lldpd