[packages] ipset: fix compilations against Linux v3.3 and newer (ipv6_addr_copy(...
[openwrt/svn-archive/archive.git] / utils / rrdtool / patches / 030-automake-compat.patch
1 --- a/bindings/tcl/Makefile.am
2 +++ b/bindings/tcl/Makefile.am
3 @@ -26,8 +26,8 @@ tclpkgdir = @TCL_PACKAGE_DIR@
4 tclpkg_DATA = pkgIndex.tcl
5 tclpkg_SCRIPTS = ifOctets.tcl
6 else
7 -pkglib_DATA = pkgIndex.tcl
8 -pkglib_SCRIPTS = ifOctets.tcl
9 +pkgdata_DATA = pkgIndex.tcl
10 +pkgdata_SCRIPTS = ifOctets.tcl
11 endif
12
13 # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as