This commit is contained in:
parent
4ae3c87bd7
commit
7dd1c112a1
@ -132,10 +132,11 @@ export CFLAGS="%{optflags}"
|
|||||||
CC="cc" ./configure \
|
CC="cc" ./configure \
|
||||||
--shared \
|
--shared \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--libdir=/%{_lib}
|
--libdir=/%{_lib} \
|
||||||
%ifarch s390x s390
|
%ifarch s390x s390
|
||||||
--dfltcc
|
--dfltcc \
|
||||||
%endif
|
%endif
|
||||||
|
%{nil}
|
||||||
|
|
||||||
%if %{do_profiling}
|
%if %{do_profiling}
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
|
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
|
||||||
|
Loading…
Reference in New Issue
Block a user