forked from pool/doxygen
Petr Gajdos
73374f6a59
- work around Power8 double free or corruption [bnc#921577] + doxygen-dot-one-thread.patch OBS-URL: https://build.opensuse.org/request/show/336659 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=96
14 lines
565 B
Diff
14 lines
565 B
Diff
Index: src/config.xml
|
|
===================================================================
|
|
--- src/config.xml.orig 2015-06-27 13:40:48.000000000 +0200
|
|
+++ src/config.xml 2015-10-05 15:50:05.584725277 +0200
|
|
@@ -3130,7 +3130,7 @@
|
|
]]>
|
|
</docs>
|
|
</option>
|
|
- <option type='int' id='DOT_NUM_THREADS' defval='0' minval='0' maxval='32' depends='HAVE_DOT'>
|
|
+ <option type='int' id='DOT_NUM_THREADS' defval='1' minval='0' maxval='32' depends='HAVE_DOT'>
|
|
<docs>
|
|
<![CDATA[
|
|
The \c DOT_NUM_THREADS specifies the number of \c dot invocations doxygen is
|