[xrootd] - Disable threads in doxygen - causes memory corruption on ppc

Mattias Ellert ellert at fedoraproject.org
Wed Sep 1 20:38:25 UTC 2010


commit f22049e1c2aef1fc87fe2d658285e122fe4b5fc6
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Wed Sep 1 22:37:05 2010 +0200

    - Disable threads in doxygen - causes memory corruption on ppc

 xrootd.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xrootd.spec b/xrootd.spec
index 7cdd314..576c61e 100644
--- a/xrootd.spec
+++ b/xrootd.spec
@@ -4,7 +4,7 @@
 
 Name:		xrootd
 Version:	20100315
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Extended ROOT file server
 
 Group:		System Environment/Daemons
@@ -155,6 +155,9 @@ sed 's!loadLibrary("\(.*\)")!load("%{_libdir}/%{name}/lib\1.so")!' \
 sed 's!Java_XrdClientAdminJNI!Java_xrootdadmin_XrdClientAdminJNI!' \
     -i src/XrdClient/XrdClientAdminJNI.cc
 
+# Disable threads in doxygen - causes memory corruption on ppc
+echo DOT_NUM_THREADS = 1 >> Doxyfile
+
 ./bootstrap.sh
 
 %build
@@ -362,6 +365,9 @@ fi
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Wed Sep 01 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 20100315-5
+- Disable threads in doxygen - causes memory corruption on ppc
+
 * Wed Sep 01 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 20100315-4
 - Add startup scripts for cmsd service that replaces the deprecated
   olbd service


More information about the scm-commits mailing list