[packages] avahi: fix autoreconf with automake v1.11.3
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Apr 2012 20:50:04 +0000 (20:50 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Apr 2012 20:50:04 +0000 (20:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31181 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/avahi/Makefile
libs/avahi/patches/020-automake-compat.patch [new file with mode: 0644]

index bf00e77..9adf415 100644 (file)
@@ -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.
 # See /LICENSE for more information.
@@ -16,7 +16,7 @@ endif
 
 PKG_NAME:=avahi
 PKG_VERSION:=0.6.30
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/libs/avahi/patches/020-automake-compat.patch b/libs/avahi/patches/020-automake-compat.patch
new file mode 100644 (file)
index 0000000..042c9c8
--- /dev/null
@@ -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' \