SHA256
8
0
forked from pool/doxygen

Accepting request 459311 from home:dimstar:Factory

Fix the segfault seen in :J

OBS-URL: https://build.opensuse.org/request/show/459311
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=116
This commit is contained in:
2017-02-20 19:40:23 +00:00
committed by Git OBS Bridge
parent 5c273b8c9d
commit 65aa325f64
3 changed files with 34 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ Patch3: vhdlparser-no-return.patch
Patch4: doxygen-dot-one-thread.patch
# Submitted upstream, fix for https://bugzilla.gnome.org/show_bug.cgi?id=777672
Patch6: res2cc_sort_resources.diff
# PATCH-FIX-UPSTREAM doxygen-guard-null-variable.patch gh#doxygen/doxygen#555 dimstar@opensuse.org -- Protected against NULL pointer of variable al
Patch7: doxygen-guard-null-variable.patch
BuildRequires: bison
BuildRequires: cmake >= 2.8.12
BuildRequires: flex
@@ -59,6 +61,7 @@ as well.
%patch4 -p1
%endif
%patch6 -p0
%patch7 -p1
%build
export CFLAGS="%{optflags} -fPIC"