diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-06-02 02:34:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-06-02 02:34:20 +0000 |
commit | ec4570f354e36cbe1752f41a034e658d32696cf5 (patch) | |
tree | 966a9d0caffaffdaebcf0cf7068bbb405bd6e624 /openwrt/package | |
parent | c0a1a26457c3570b140cb903ad24301b67e630f3 (diff) | |
download | mtk-20170518-ec4570f354e36cbe1752f41a034e658d32696cf5.zip mtk-20170518-ec4570f354e36cbe1752f41a034e658d32696cf5.tar.gz mtk-20170518-ec4570f354e36cbe1752f41a034e658d32696cf5.tar.bz2 |
update avahi to v0.6.10.
SVN-Revision: 3892
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/avahi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/package/avahi/Makefile b/openwrt/package/avahi/Makefile index 16fb203..b77a9c3 100644 --- a/openwrt/package/avahi/Makefile +++ b/openwrt/package/avahi/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avahi -PKG_VERSION:=0.6.1 +PKG_VERSION:=0.6.10 PKG_RELEASE:=1 -PKG_MD5SUM:=330613902c59bd597f140a8254e9f4ec +PKG_MD5SUM:=cfb9e05c138dff4c430a35eee6229e8a -PKG_SOURCE_URL:=http://www.freedesktop.org/~lennart/ +PKG_SOURCE_URL:=http://avahi.org/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -29,6 +29,7 @@ $(PKG_BUILD_DIR)/.configured: PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes \ + ac_cv_func_memcmp_working=yes \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ |