Re: [OpenWrt-Devel] [PATCH] lldpd: upgrade to 0.7.1

2013-04-23 Thread Jo-Philipp Wich
Applied in r36401 - thanks!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] lldpd: upgrade to 0.7.1

2013-02-24 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be
---
 package/network/services/lldpd/Makefile | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/network/services/lldpd/Makefile 
b/package/network/services/lldpd/Makefile
index f0983f7..024116c 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 j...@openwrt.org
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 
+TARGET_CFLAGS+=--std=c99
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/lldpd
-- 
1.7.12.4

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel