From 40a746005c06473d4d6c9117d658d2704f0a36d024149c04c6a61607890009ab Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 21 Apr 2021 10:04:44 +0000 Subject: [PATCH] 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 --- doxygen.changes | 7 +++++++ doxywizard.spec | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doxygen.changes b/doxygen.changes index bf7222d..b581e2e 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 21 09:31:57 UTC 2021 - Matthias Gerstner + +- 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 diff --git a/doxywizard.spec b/doxywizard.spec index 3cefe17..8bff866 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -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