Accepting request 500690 from home:msmeissn:branches:devel:tools

- remove CFLAGS CXXFLAGS overrides to block PIE enablement.

OBS-URL: https://build.opensuse.org/request/show/500690
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=120
This commit is contained in:
Martin Pluskal 2017-06-02 15:24:42 +00:00 committed by Git OBS Bridge
parent fea36de034
commit 3e26a75f4f
3 changed files with 5 additions and 4 deletions

View File

@ -85,8 +85,6 @@ This package contains only documentation
%endif
%build
export CFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC"
%cmake \
-DDOC_INSTALL_DIR=share/doc/packages/%{name} \
-Dbuild_doc=ON \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 2 13:14:24 UTC 2017 - meissner@suse.com
- remove CFLAGS CXXFLAGS overrides to block PIE enablement.
-------------------------------------------------------------------
Mon Feb 20 17:51:08 UTC 2017 - dimstar@opensuse.org

View File

@ -64,8 +64,6 @@ as well.
%patch7 -p1
%build
export CFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC"
%cmake \
-Dbuild_doc=OFF \
-Dbuild_xmlparser=ON \