forked from pool/doxygen
Accepting request 887254 from home:mgerstner:branches:devel:tools
- doxywizard: remove explicit -fPIC from build flags, because this breaks our gcc-PIE compiler profile (bsc#1184122), resulting in a non-PIE /usr/bin/doxywizard. OBS-URL: https://build.opensuse.org/request/show/887254 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=163
This commit is contained in:
parent
6e34b4e7d4
commit
40a746005c
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 21 09:31:57 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||||
|
|
||||||
|
- doxywizard: remove explicit -fPIC from build flags, because this breaks our
|
||||||
|
gcc-PIE compiler profile (bsc#1184122), resulting in a non-PIE
|
||||||
|
/usr/bin/doxywizard.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 25 21:03:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Mon Jan 25 21:03:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -61,8 +61,6 @@ configuration files.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fPIC"
|
|
||||||
export CXXFLAGS="%{optflags} -fPIC"
|
|
||||||
%cmake \
|
%cmake \
|
||||||
-Dbuild_wizard=ON \
|
-Dbuild_wizard=ON \
|
||||||
%if 0%{?suse_version} <= 1500
|
%if 0%{?suse_version} <= 1500
|
||||||
|
Loading…
Reference in New Issue
Block a user