SHA256
1
0
forked from pool/rrdtool
rrdtool/rrdtool-1.7.1-compile_fix.patch
Kristyna Streitova 51b09a04c8 Accepting request 674543 from home:kstreitova:branches:devel:languages:python
- Version update to 1.7.1:
  * fix many compile time warnings
  * Re-enable 0-width lines
  * Include rrd_pdpcalc.pod in Makefile.am also
  * Lots of spelling fixes for rrdtool source and documentation
  * fix off by one issue in rrdtool xport output
  * fix lua extension build
  * fix python bindings
  * fix multiple static variable issues in conflict with MT
  * make translations actually work
  * Fixed configure --enable / --disable options
  * rrd_daemon stability fixes
  * fix tcl bindings
  * do not call umask ever (not MT safe)
  * Multiline Titles
  * French translation
  * Added support for --allow-shrink with --rigid flag (#843)
  * Added SUSPEND/RESUME/SUSPENDALL/RESUMEALL commands for rrd_cached
  * include the daemon name in the error message
- add rrdtool-1.7.1-compile-fix.patch to fix build with the new
  version

OBS-URL: https://build.opensuse.org/request/show/674543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=86
2019-02-13 12:56:30 +00:00

30 lines
886 B
Diff

diff --git a/etc/Makefile.am b/etc/Makefile.am
index ab763dc..7d18178 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -3,6 +3,6 @@ EXTRA_DIST = rrdcached-default-redhat rrdcached-init-redhat rrdcached-default-ls
if HAVE_SYSTEMD
systemdsystemunit_DATA = \
- etc/rrdcached.socket \
- etc/rrdcached.service
+ rrdcached.socket \
+ rrdcached.service
endif
\ No newline at end of file
diff --git a/etc/Makefile.in b/etc/Makefile.in
index 74b914b..d512fd5 100644
--- a/etc/Makefile.in
+++ b/etc/Makefile.in
@@ -368,8 +368,8 @@ EXTRA_DIST = rrdcached-default-redhat rrdcached-init-redhat rrdcached-default-ls
rrdcached.socket.in rrdcached.service.in
@HAVE_SYSTEMD_TRUE@systemdsystemunit_DATA = \
-@HAVE_SYSTEMD_TRUE@ etc/rrdcached.socket \
-@HAVE_SYSTEMD_TRUE@ etc/rrdcached.service
+@HAVE_SYSTEMD_TRUE@ rrdcached.socket \
+@HAVE_SYSTEMD_TRUE@ rrdcached.service
all: all-am