summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2011-11-29 01:18:50 +0100
committerAlan Pevec <apevec@redhat.com>2011-11-29 01:54:26 +0100
commitdbe9323091707f36c57f30e1bbd41813e8b95000 (patch)
tree6e88c36ae934b8ace52b6b8a83fa8b117eb102e9
parent2ca6ad63a981f2d9a94d423e3b601b2d07b49637 (diff)
downloadcollectd-dbe9323091707f36c57f30e1bbd41813e8b95000.tar.gz
collectd-dbe9323091707f36c57f30e1bbd41813e8b95000.tar.xz
collectd-dbe9323091707f36c57f30e1bbd41813e8b95000.zip
Python plugin doesn't work rhbz#739593
Same issue as with Perl plugin described here: http://mailman.verplant.org/pipermail/collectd/2008-March/001616.html
-rw-r--r--collectd.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/collectd.spec b/collectd.spec
index 6b7fc37..b094ef6 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -186,7 +186,7 @@ sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in
%build
-%configure \
+%configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL'" \
--disable-static \
--disable-ascent \
--disable-apple_sensors \
@@ -610,6 +610,7 @@ fi
- new upstream version 4.10.4
http://mailman.verplant.org/pipermail/collectd/2011-October/004777.html
- collectd-web config file DataDir value wrong rhbz#719809
+- Python plugin doesn't work rhbz#739593
* Fri Jul 29 2011 Kevin Fenzi <kevin@scrye.com> - 4.10.3-8
- Rebuild for new snmp again.