This commit is contained in:
parent
f439aa358d
commit
e54a3ec79b
@ -68,7 +68,7 @@ applications that want to make use of libasn1c.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
echo %version >.tarball-version
|
||||
echo "%version" >.tarball-version
|
||||
autoreconf -fi
|
||||
# bugzilla.opensuse.org/795968 for rationale
|
||||
%configure --disable-static --includedir="%_includedir/%name"
|
||||
@ -79,7 +79,7 @@ autoreconf -fi
|
||||
find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
||||
|
||||
%check
|
||||
if ! make check %{?_smp_mflags}; then
|
||||
if ! %make_build check; then
|
||||
find . -name testsuite.log -exec cat "{}" "+"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user