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