Browse Source

avahi: update to latest version

Waldemar Brodkorb 9 years ago
parent
commit
e91e7fa757
2 changed files with 4 additions and 15 deletions
  1. 4 4
      package/avahi/Makefile
  2. 0 11
      package/avahi/patches/patch-ltmain_sh

+ 4 - 4
package/avahi/Makefile

@@ -4,15 +4,15 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		avahi
-PKG_VERSION:=		0.6.31
-PKG_RELEASE:=		4
-PKG_HASH:=		8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48
+PKG_VERSION:=		0.6.32
+PKG_RELEASE:=		1
+PKG_HASH:=		d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454
 PKG_DESCR:=		multicast dns daemon and dns-sd server
 PKG_SECTION:=		net/dns
 PKG_BUILDDEP:=		libdaemon expat gdbm glib gettext-tiny
 PKG_NEEDS:=		c++
 PKG_URL:=		http://avahi.org/
-PKG_SITES:=		http://avahi.org/download/
+PKG_SITES:=		https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION)/
 PKG_LIBNAME:=		libavahi
 PKG_OPTS:=		dev
 

+ 0 - 11
package/avahi/patches/patch-ltmain_sh

@@ -1,11 +0,0 @@
---- avahi-0.6.31.orig/ltmain.sh	2012-02-14 23:36:26.000000000 +0100
-+++ avahi-0.6.31/ltmain.sh	2014-03-04 07:44:03.000000000 +0100
-@@ -5853,7 +5853,7 @@ func_mode_link ()
-       # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
--      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
-+      -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*)
-         func_quote_for_eval "$arg"
- 	arg="$func_quote_for_eval_result"
-         func_append compile_command " $arg"