From 1d81fccb0915356660f22c3c3b29f6167a130381 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 2 Apr 2012 20:34:03 +0000 Subject: [PATCH] [packages] rrdtool: fix autoreconf with automake v1.11.3 SVN-Revision: 31180 --- utils/rrdtool/Makefile | 2 +- utils/rrdtool/patches/030-automake-compat.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 utils/rrdtool/patches/030-automake-compat.patch diff --git a/utils/rrdtool/Makefile b/utils/rrdtool/Makefile index c73b4e1109..6961e66b80 100644 --- a/utils/rrdtool/Makefile +++ b/utils/rrdtool/Makefile @@ -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 index 0000000000..df51205f78 --- /dev/null +++ b/utils/rrdtool/patches/030-automake-compat.patch @@ -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 -- 2.30.2