forked from pool/gnutls
Accepting request 304179 from Base:System
- Disable buggy valgrind on armv7l (forwarded request 304053 from AndreasSchwab) OBS-URL: https://build.opensuse.org/request/show/304179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=84
This commit is contained in:
parent
10f4b520f9
commit
03f6e10195
@ -1,3 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:54:53 UTC 2015 - schwab@linux-m68k.org
|
||||
|
||||
- Disable buggy valgrind on armv7l
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:16:33 UTC 2015 - meissner@suse.com
|
||||
|
10
gnutls.spec
10
gnutls.spec
@ -58,9 +58,12 @@ BuildRequires: unbound-devel
|
||||
Requires: libgnutls-dane%{gnutls_dane_sover} = %{version}
|
||||
%endif
|
||||
# disabled ppc - valgrind crashes on email cert tests currently. Marcus 20150413
|
||||
# disabled armv7l - valgrind appears to mishandle some insns
|
||||
%ifnarch armv7hl
|
||||
%ifarch %ix86 x86_64 ppc64 s390x ppc64le %arm aarch64
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
%endif
|
||||
%if %suse_version >= 1230
|
||||
BuildRequires: makeinfo
|
||||
%endif
|
||||
@ -192,7 +195,7 @@ autoreconf -if
|
||||
%if %{with gnutls_openssl_compat}
|
||||
--enable-openssl-compatibility \
|
||||
%endif
|
||||
|
||||
%{nil}
|
||||
%__make
|
||||
|
||||
%install
|
||||
@ -213,7 +216,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%check
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
%__make check
|
||||
%__make check || {
|
||||
find -name test-suite.log -print -exec cat {} \;
|
||||
exit 1
|
||||
}
|
||||
%endif
|
||||
|
||||
%post -n libgnutls%{gnutls_sover} -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user