The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rrdtool / 0001-automake-compat.patch
1 Make it compatible with newer autoconf/automake.
2 Patch from OpenWRT.
3
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5
6 --- a/bindings/tcl/Makefile.am
7 +++ b/bindings/tcl/Makefile.am
8 @@ -26,8 +26,8 @@ tclpkgdir = @TCL_PACKAGE_DIR@
9  tclpkg_DATA = pkgIndex.tcl
10  tclpkg_SCRIPTS = ifOctets.tcl
11  else
12 -pkglib_DATA = pkgIndex.tcl
13 -pkglib_SCRIPTS = ifOctets.tcl
14 +pkgdata_DATA = pkgIndex.tcl
15 +pkgdata_SCRIPTS = ifOctets.tcl
16  endif
17  
18  # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as