From: jow Date: Sun, 17 Jul 2011 23:08:33 +0000 (+0000) Subject: [packages] radvd: bump to v1.8 - solves size regression (#9733) X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=1f5224268a8d2e846777f01315f0aeddf529ff93;p=packages.git [packages] radvd: bump to v1.8 - solves size regression (#9733) git-svn-id: svn://svn.openwrt.org/openwrt/packages@27673 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/ipv6/radvd/Makefile b/ipv6/radvd/Makefile index ee95baba4..e40a1102b 100644 --- a/ipv6/radvd/Makefile +++ b/ipv6/radvd/Makefile @@ -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 index 26041b714..000000000 --- a/ipv6/radvd/patches/002-no_libfl.patch +++ /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; - %} -