diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:27:39 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:27:39 +0000 |
| commit | 7ae9033db19478d4d1a58f35cd9b062535268446 (patch) | |
| tree | 57c0aa08dfc832aaf1702e715bdbf43a9b426b9d /openwrt/package/avahi/Makefile | |
| parent | f12e921023f559d83e5dcb7b850d4e6289c7e89a (diff) | |
| download | mtk-20170518-7ae9033db19478d4d1a58f35cd9b062535268446.zip mtk-20170518-7ae9033db19478d4d1a58f35cd9b062535268446.tar.gz mtk-20170518-7ae9033db19478d4d1a58f35cd9b062535268446.tar.bz2 | |
updated to new upstream release (v0.5), enabled when DEVELOPER=1, fix ipkg/conffiles
SVN-Revision: 1951
Diffstat (limited to 'openwrt/package/avahi/Makefile')
| -rw-r--r-- | openwrt/package/avahi/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/openwrt/package/avahi/Makefile b/openwrt/package/avahi/Makefile index b5f5b94..7831475 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.1 +PKG_VERSION:=0.5 PKG_RELEASE:=1 -PKG_MD5SUM:=1ccbbc46d2aedf0c864b94c58ea220e6 +PKG_MD5SUM:=8a1fcd3131364f8dce569282aab0d137 PKG_SOURCE_URL:=http://www.freedesktop.org/~lennart/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -54,18 +54,29 @@ $(PKG_BUILD_DIR)/.configured: --disable-rpath \ --with-gnu-ld \ --disable-glib \ + --disable-qt3 \ + --disable-qt4 \ --disable-gtk \ --disable-dbus \ --enable-expat \ --enable-libdaemon \ --disable-python \ + --disable-pygtk \ + --disable-python-dbus \ + --disable-mono \ + --disable-mono-docs \ --disable-doxygen-doc \ --disable-doxygen-dot \ + --disable-doxygen-man \ + --disable-doxygen-rtf \ + --disable-doxygen-xml \ + --disable-doxygen-chm \ + --disable-doxygen-chi \ --disable-doxygen-html \ --disable-doxygen-ps \ --disable-doxygen-pdf \ --disable-xmltoman \ - --with-distro=openwrt \ + --with-distro=none \ --with-avahi-user=nobody \ --with-avahi-group=nogroup \ ); |
