forked from pool/expat
Accepting request 532443 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/532443 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=52
This commit is contained in:
commit
7ba4355faa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 7 14:32:27 UTC 2017 - jayvdb@gmail.com
|
||||||
|
|
||||||
|
- Allow building when do_profiling is undefined
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 11 15:02:55 UTC 2017 - mpluskal@suse.com
|
Tue Jul 11 15:02:55 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ rm -f examples/*.dsp
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static
|
--disable-static
|
||||||
%if %{do_profiling}
|
%if 0%{?do_profiling}
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
|
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" LDFLAGS="%{optflags} %{cflags_profile_generate}" check
|
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" LDFLAGS="%{optflags} %{cflags_profile_generate}" check
|
||||||
make clean
|
make clean
|
||||||
|
Loading…
Reference in New Issue
Block a user