forked from pool/c-ares
Fix building in older SLE environments
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=26
This commit is contained in:
parent
dceca7e869
commit
ebe86ab1cb
@ -104,7 +104,7 @@ cp %{S:5} %{S:6} .
|
|||||||
-DCARES_BUILD_TESTS:BOOL=ON \
|
-DCARES_BUILD_TESTS:BOOL=ON \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
%cmake_build
|
make -O VERBOSE=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with tests}
|
%if !%{with tests}
|
||||||
@ -114,7 +114,7 @@ cp %{S:5} %{S:6} .
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
pushd build
|
pushd build
|
||||||
%make_build -C test
|
make -O VERBOSE=1 %{?_smp_mflags} -C test
|
||||||
./bin/arestest
|
./bin/arestest
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user