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

utils/rrdtool/Makefile
utils/rrdtool/patches/030-automake-compat.patch [new file with mode: 0644]

index c73b4e1..6961e66 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rrdtool
 PKG_VERSION:=1.2.30
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_URL:=http://oss.oetiker.ch/rrdtool/pub/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/utils/rrdtool/patches/030-automake-compat.patch b/utils/rrdtool/patches/030-automake-compat.patch
new file mode 100644 (file)
index 0000000..df51205
--- /dev/null
@@ -0,0 +1,13 @@
+--- a/bindings/tcl/Makefile.am
++++ b/bindings/tcl/Makefile.am
+@@ -26,8 +26,8 @@ tclpkgdir = @TCL_PACKAGE_DIR@
+ tclpkg_DATA = pkgIndex.tcl
+ tclpkg_SCRIPTS = ifOctets.tcl
+ else
+-pkglib_DATA = pkgIndex.tcl
+-pkglib_SCRIPTS = ifOctets.tcl
++pkgdata_DATA = pkgIndex.tcl
++pkgdata_SCRIPTS = ifOctets.tcl
+ endif
+ # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as