summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.