diff --git a/utils/rrdtool/Makefile b/utils/rrdtool/Makefile index c73b4e110..6961e66b8 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 000000000..df51205f7 --- /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