From c6a623038afce4554b2838771427034a7bb93f58 Mon Sep 17 00:00:00 2001 From: swalker Date: Fri, 4 Mar 2011 02:16:29 +0000 Subject: [PATCH] [packages] ndisc: update to 1.0.1 * add missing librt dependencies * drop obsolete patch git-svn-id: svn://svn.openwrt.org/openwrt/packages@25856 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/ndisc/Makefile | 10 +++++----- ipv6/ndisc/patches/130-wifcontinued.patch | 14 -------------- 2 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 ipv6/ndisc/patches/130-wifcontinued.patch diff --git a/ipv6/ndisc/Makefile b/ipv6/ndisc/Makefile index c2679e043..d9d20a8fb 100644 --- a/ipv6/ndisc/Makefile +++ b/ipv6/ndisc/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ndisc6 -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.remlab.net/files/ndisc6 -PKG_MD5SUM:=0aa142213f4b24a6c7dcf75d2a2c05a8 +PKG_MD5SUM:=d0b8233a60e29ad78d9aebb8cef0b3f2 PKG_INSTALL:=1 @@ -34,7 +34,7 @@ endef define Package/ndisc6 $(call Package/ndisc) TITLE:=An ICMPv6 neighbour discovery tool - DEPENDS:=+libpthread + DEPENDS:=+libpthread +librt endef define Package/ndisc6/description @@ -44,7 +44,7 @@ endef define Package/rdisc6 $(call Package/ndisc) TITLE:=An ICMPv6 router discovery tool - DEPENDS:=+libpthread + DEPENDS:=+libpthread +librt endef define Package/rdisc6/description @@ -63,7 +63,7 @@ endef define Package/rdnssd $(call Package/ndisc) TITLE:=DNS server discovery daemon - DEPENDS:=+libpthread + DEPENDS:=+libpthread +librt endef define Package/rdnssd/description diff --git a/ipv6/ndisc/patches/130-wifcontinued.patch b/ipv6/ndisc/patches/130-wifcontinued.patch deleted file mode 100644 index 50ce829cd..000000000 --- a/ipv6/ndisc/patches/130-wifcontinued.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/isatapd.c -+++ b/src/isatapd.c -@@ -77,6 +77,11 @@ - #include - #include - -+/* uclibc does not define WIFCONTINUED(), workaround */ -+#ifndef WIFCONTINUED -+#define WIFCONTINUED(wstat) (0) -+#endif -+ - /* contains Protocol Constants for host and Node (RFCs 4861, 5214) */ - #include -