SHA256
1
0
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:
Petr Gajdos 2015-10-06 08:57:49 +00:00 committed by Git OBS Bridge
parent 18f3d1f612
commit 73374f6a59
3 changed files with 24 additions and 0 deletions

View 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 5 14:05:14 UTC 2015 - pgajdos@suse.com
- work around Power8 double free or corruption [bnc#921577]
+ doxygen-dot-one-thread.patch
-------------------------------------------------------------------
Thu Aug 27 07:34:04 UTC 2015 - mpluskal@suse.com

View File

@ -33,6 +33,8 @@ Patch1: %{name}-no-lowercase-man-names.patch
Patch2: doxygen-no-shared-libs.patch
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
Patch3: vhdlparser-no-return.patch
# suse specific, for ppc64le, workaround for bnc#921577
Patch4: %{name}-dot-one-thread.patch
BuildRequires: bison
BuildRequires: cmake >= 2.8.12
BuildRequires: flex
@ -55,6 +57,9 @@ as well.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%ifarch ppc64le
%patch4
%endif
%build
export CFLAGS="%{optflags} -fPIC"