[packages] radvd: bump to v1.8 - solves size regression (#9733)
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 17 Jul 2011 23:08:33 +0000 (23:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 17 Jul 2011 23:08:33 +0000 (23:08 +0000)
SVN-Revision: 27673

ipv6/radvd/Makefile
ipv6/radvd/patches/002-no_libfl.patch [deleted file]

index ee95baba456c1162db4ae8c2974d91b3ababd640..e40a1102b1ed3449b56145334fa5fdd98a619ae0 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=radvd
-PKG_VERSION:=1.7
+PKG_VERSION:=1.8
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://v6web.litech.org/radvd/dist \
                http://download.sourcemage.org/mirror
-PKG_MD5SUM:=5ec417bde33964a07231ddf6353177c8
+PKG_MD5SUM:=50b4cfbdfa04d629d80437fd1d9e2aef
 
 PKG_INSTALL:=1
 
@@ -37,9 +37,6 @@ CONFIGURE_ARGS += \
        --with-logfile=/var/log/radvd.log \
        --with-pidfile=/var/run/radvd.pid
 
-MAKE_FLAGS += \
-       radvd_LDADD=""
-
 define Package/radvd/conffiles
 /etc/config/radvd
 endef
diff --git a/ipv6/radvd/patches/002-no_libfl.patch b/ipv6/radvd/patches/002-no_libfl.patch
deleted file mode 100644 (file)
index 26041b7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/scanner.l
-+++ b/scanner.l
-@@ -21,6 +21,8 @@
- extern char *conf_file;
-+int yywrap(void) { return 1; }
-+
- int num_lines = 1;
- %}