[packages] avahi: fix autoreconf with automake v1.11.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31181 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
225f473a9d
commit
fd90d0f7a8
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2011 OpenWrt.org
|
# Copyright (C) 2007-2012 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -16,7 +16,7 @@ endif
|
|||||||
|
|
||||||
PKG_NAME:=avahi
|
PKG_NAME:=avahi
|
||||||
PKG_VERSION:=0.6.30
|
PKG_VERSION:=0.6.30
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
26
libs/avahi/patches/020-automake-compat.patch
Normal file
26
libs/avahi/patches/020-automake-compat.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
--- a/service-type-database/Makefile.am
|
||||||
|
+++ b/service-type-database/Makefile.am
|
||||||
|
@@ -18,13 +18,12 @@
|
||||||
|
EXTRA_DIST=build-db.in service-types
|
||||||
|
|
||||||
|
pkgdata_DATA=service-types
|
||||||
|
-pkglib_DATA=
|
||||||
|
|
||||||
|
if HAVE_PYTHON
|
||||||
|
if HAVE_GDBM
|
||||||
|
|
||||||
|
noinst_SCRIPTS=build-db
|
||||||
|
-pkglib_DATA+=service-types.db
|
||||||
|
+pkgdata_DATA+=service-types.db
|
||||||
|
|
||||||
|
build-db: build-db.in
|
||||||
|
$(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
|
||||||
|
@@ -41,7 +40,7 @@ endif
|
||||||
|
if HAVE_DBM
|
||||||
|
|
||||||
|
noinst_SCRIPTS=build-db
|
||||||
|
-pkglib_DATA+=service-types.db.pag service-types.db.dir
|
||||||
|
+pkgdata_DATA+=service-types.db.pag service-types.db.dir
|
||||||
|
|
||||||
|
build-db: build-db.in
|
||||||
|
$(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
|
Loading…
x
Reference in New Issue
Block a user