forked from pool/doxygen
Accepting request 336659 from home:pgajdos:doxygen-ppc64le
- 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
This commit is contained in:
13
doxygen-dot-one-thread.patch
Normal file
13
doxygen-dot-one-thread.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user