forked from pool/expat
Accepting request 509586 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/509586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=51
This commit is contained in:
commit
fc47b2ed1b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 15:02:55 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Build with profiling when possible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 14:33:00 UTC 2017 - meissner@suse.com
|
||||
|
||||
|
13
expat.spec
13
expat.spec
@ -67,9 +67,16 @@ rm -f examples/*.dsp
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-static
|
||||
make %{?_smp_mflags}
|
||||
--disable-silent-rules \
|
||||
--disable-static
|
||||
%if %{do_profiling}
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" LDFLAGS="%{optflags} %{cflags_profile_generate}" check
|
||||
make clean
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
|
||||
%else
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||
%endif
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user