forked from pool/rrdtool
f18d03296f
- Fix build with new automake OBS-URL: https://build.opensuse.org/request/show/122048 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=29
17 lines
537 B
Diff
17 lines
537 B
Diff
Index: rrdtool-1.4.7/bindings/tcl/Makefile.am
|
|
===================================================================
|
|
--- rrdtool-1.4.7.orig/bindings/tcl/Makefile.am
|
|
+++ rrdtool-1.4.7/bindings/tcl/Makefile.am
|
|
@@ -27,8 +27,9 @@ tclpkgdir = @TCL_PACKAGE_DIR@
|
|
tclpkg_DATA = pkgIndex.tcl
|
|
tclpkg_SCRIPTS = ifOctets.tcl
|
|
else
|
|
-pkglib_DATA = pkgIndex.tcl
|
|
-pkglib_SCRIPTS = ifOctets.tcl
|
|
+datalibdir=$(pkglibdir)
|
|
+datalib_DATA = pkgIndex.tcl
|
|
+datalib_SCRIPTS = ifOctets.tcl
|
|
endif
|
|
|
|
# Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as
|