From: Frank Ch. Eigler Date: Mon, 6 Jan 2020 10:20:56 +0000 (-0500) Subject: elfutils.spec: make without -s X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543ba6d6904145483a9f7f786db49ed39728d934;p=thirdparty%2Felfutils.git elfutils.spec: make without -s --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 8c9ae0e83..40828237a 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -183,7 +183,7 @@ such servers to download those files on demand. %build %configure --program-prefix=%{_programprefix} --enable-debuginfod -make -s V=1 %{?_smp_mflags} +make V=1 %{?_smp_mflags} %install rm -rf ${RPM_BUILD_ROOT} @@ -208,7 +208,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod touch ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite %check -make -s V=1 VERBOSE=1 %{?_smp_mflags} check || true +make V=1 VERBOSE=1 %{?_smp_mflags} check || true %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig