forked from pool/doxygen
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:
parent
fea36de034
commit
3e26a75f4f
@ -85,8 +85,6 @@ This package contains only documentation
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fPIC"
|
|
||||||
export CXXFLAGS="%{optflags} -fPIC"
|
|
||||||
%cmake \
|
%cmake \
|
||||||
-DDOC_INSTALL_DIR=share/doc/packages/%{name} \
|
-DDOC_INSTALL_DIR=share/doc/packages/%{name} \
|
||||||
-Dbuild_doc=ON \
|
-Dbuild_doc=ON \
|
||||||
|
@ -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
|
Mon Feb 20 17:51:08 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -64,8 +64,6 @@ as well.
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fPIC"
|
|
||||||
export CXXFLAGS="%{optflags} -fPIC"
|
|
||||||
%cmake \
|
%cmake \
|
||||||
-Dbuild_doc=OFF \
|
-Dbuild_doc=OFF \
|
||||||
-Dbuild_xmlparser=ON \
|
-Dbuild_xmlparser=ON \
|
||||||
|
Loading…
Reference in New Issue
Block a user