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:
Petr Gajdos 2021-04-21 10:04:44 +00:00 committed by Git OBS Bridge
parent 6e34b4e7d4
commit 40a746005c
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -61,8 +61,6 @@ configuration files.
%patch3 -p1
%build
export CFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC"
%cmake \
-Dbuild_wizard=ON \
%if 0%{?suse_version} <= 1500