rrdtool-1.4.5-automake-1.11.2.patch 857 B

12345678910111213141516171819202122232425262728
  1. Install dir:
  2. /usr/$(get_libdir)/rrdtool/ifOctets.tcl
  3. /usr/$(get_libdir)/rrdtool/pkgIndex.tcl
  4. Due to the following change, pkglib_{DATA,SCRIPTS} is invalid:
  5. http://git.savannah.gnu.org/cgit/automake.git/commit/?id=9ca632642b006ac6b0fc4ce0ae5b34023faa8cbf
  6. ---
  7. bindings/tcl/Makefile.am | 5 +++--
  8. 1 files changed, 3 insertions(+), 2 deletions(-)
  9. diff --git a/bindings/tcl/Makefile.am b/bindings/tcl/Makefile.am
  10. index c0e8b0f..b7205e7 100644
  11. --- a/bindings/tcl/Makefile.am
  12. +++ b/bindings/tcl/Makefile.am
  13. @@ -27,8 +27,9 @@ tclpkgdir = @TCL_PACKAGE_DIR@
  14. tclpkg_DATA = pkgIndex.tcl
  15. tclpkg_SCRIPTS = ifOctets.tcl
  16. else
  17. -pkglib_DATA = pkgIndex.tcl
  18. -pkglib_SCRIPTS = ifOctets.tcl
  19. +tclpkgdir = $(libdir)/@PACKAGE@
  20. +tclpkg_DATA = pkgIndex.tcl
  21. +tclpkg_SCRIPTS = ifOctets.tcl
  22. endif
  23. # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as