update avahi to new upstream release (v0.6.1)
SVN-Revision: 2588
This commit is contained in:
parent
d58ec2edce
commit
cfe88a6499
@ -234,7 +234,7 @@ $(INSTALL_PACKAGES): base-files-install
|
|||||||
amwall-compile: libamsel-compile
|
amwall-compile: libamsel-compile
|
||||||
arpd-compile: libpcap-compile libdnet-compile libevent-compile
|
arpd-compile: libpcap-compile libdnet-compile libevent-compile
|
||||||
arpwatch-compile: libpcap-compile
|
arpwatch-compile: libpcap-compile
|
||||||
avahi-compile: libdaemon-compile expat-compile
|
avahi-compile: libdaemon-compile expat-compile libgdbm-compile
|
||||||
bind-compile: openssl-compile
|
bind-compile: openssl-compile
|
||||||
curl-compile: openssl-compile zlib-compile
|
curl-compile: openssl-compile zlib-compile
|
||||||
cyrus-sasl-compile: openssl-compile
|
cyrus-sasl-compile: openssl-compile
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=avahi
|
PKG_NAME:=avahi
|
||||||
PKG_VERSION:=0.5.2
|
PKG_VERSION:=0.6.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=dc7ce24ffaab251a2002bf1dfdbe256d
|
PKG_MD5SUM:=330613902c59bd597f140a8254e9f4ec
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.freedesktop.org/~lennart/
|
PKG_SOURCE_URL:=http://www.freedesktop.org/~lennart/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
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} ; \
|
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -DNDEBUG" \
|
CFLAGS="$(TARGET_CFLAGS) -DNDEBUG" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
|
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
|
||||||
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
|
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
|
||||||
ac_cv_func_malloc_0_nonnull=yes \
|
ac_cv_func_malloc_0_nonnull=yes \
|
||||||
ac_cv_func_realloc_0_nonnull=yes \
|
ac_cv_func_realloc_0_nonnull=yes \
|
||||||
@ -64,7 +64,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
--disable-pygtk \
|
--disable-pygtk \
|
||||||
--disable-python-dbus \
|
--disable-python-dbus \
|
||||||
--disable-mono \
|
--disable-mono \
|
||||||
--disable-mono-docs \
|
--disable-monodoc \
|
||||||
--disable-doxygen-doc \
|
--disable-doxygen-doc \
|
||||||
--disable-doxygen-dot \
|
--disable-doxygen-dot \
|
||||||
--disable-doxygen-man \
|
--disable-doxygen-man \
|
||||||
|
Loading…
Reference in New Issue
Block a user