[collectd] Python plugin doesn't work rhbz#739593

Alan Pevec apevec at fedoraproject.org
Tue Nov 29 01:10:47 UTC 2011


commit dbe9323091707f36c57f30e1bbd41813e8b95000
Author: Alan Pevec <apevec at redhat.com>
Date:   Tue Nov 29 01:18:50 2011 +0100

    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

 collectd.spec |    3 ++-
 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 at scrye.com> - 4.10.3-8
 - Rebuild for new snmp again.


More information about the scm-commits mailing list