diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-07 05:16:50 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-07 05:16:50 +0000 |
commit | 05b895d267f6c00940b199ad046e737f53bb7b55 (patch) | |
tree | 2d5f67723503f6c6932609360eaa82c1cbb1d758 /openwrt | |
parent | 80304b3068e044387942980b9ff5939f2e32264b (diff) |
update avahi to new upstream release (v0.6.1)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/avahi/Makefile | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 51cfc737f..4bfd47861 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -234,7 +234,7 @@ $(INSTALL_PACKAGES): base-files-install amwall-compile: libamsel-compile arpd-compile: libpcap-compile libdnet-compile libevent-compile arpwatch-compile: libpcap-compile -avahi-compile: libdaemon-compile expat-compile +avahi-compile: libdaemon-compile expat-compile libgdbm-compile bind-compile: openssl-compile curl-compile: openssl-compile zlib-compile cyrus-sasl-compile: openssl-compile diff --git a/openwrt/package/avahi/Makefile b/openwrt/package/avahi/Makefile index 43577f89e..a082d5469 100644 --- a/openwrt/package/avahi/Makefile +++ b/openwrt/package/avahi/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avahi -PKG_VERSION:=0.5.2 +PKG_VERSION:=0.6.1 PKG_RELEASE:=1 -PKG_MD5SUM:=dc7ce24ffaab251a2002bf1dfdbe256d +PKG_MD5SUM:=330613902c59bd597f140a8254e9f4ec PKG_SOURCE_URL:=http://www.freedesktop.org/~lennart/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -24,8 +24,8 @@ $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -DNDEBUG" \ - CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ - LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \ + CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ + LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes \ @@ -64,7 +64,7 @@ $(PKG_BUILD_DIR)/.configured: --disable-pygtk \ --disable-python-dbus \ --disable-mono \ - --disable-mono-docs \ + --disable-monodoc \ --disable-doxygen-doc \ --disable-doxygen-dot \ --disable-doxygen-man \ |