forked from pool/expat
Accepting request 532435 from home:jayvdb:toggl
- Allow building when do_profiling is undefined OBS-URL: https://build.opensuse.org/request/show/532435 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=61
This commit is contained in:
committed by
Git OBS Bridge
parent
73171aa2e8
commit
061786605d
@@ -69,7 +69,7 @@ rm -f examples/*.dsp
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--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}" LDFLAGS="%{optflags} %{cflags_profile_generate}" check
|
||||
make clean
|
||||
|
Reference in New Issue
Block a user