From ebe86ab1cb4ae286d1c1789befb665aaa2c533a642d34450c8272c518640ff0d Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 17 Nov 2020 14:05:48 +0000 Subject: [PATCH] Fix building in older SLE environments OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=26 --- c-ares.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c-ares.spec b/c-ares.spec index a823ee4..9f379ef 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -104,7 +104,7 @@ cp %{S:5} %{S:6} . -DCARES_BUILD_TESTS:BOOL=ON \ %endif %{nil} -%cmake_build +make -O VERBOSE=1 %{?_smp_mflags} %install %if !%{with tests} @@ -114,7 +114,7 @@ cp %{S:5} %{S:6} . %if %{with tests} %check pushd build -%make_build -C test +make -O VERBOSE=1 %{?_smp_mflags} -C test ./bin/arestest %endif