forked from pool/talloc
Disable make test for SUSE 11.1 aka SLE 11
The test fails for i586 and ppc64 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=78
This commit is contained in:
parent
c0f4790ccf
commit
7854061f80
@ -209,9 +209,11 @@ doxygen doxy.config
|
||||
|
||||
%if ! %{build_man}
|
||||
%check
|
||||
%if 0%{?suse_version} != 1110
|
||||
mkdir lib/talloc
|
||||
ln test_magic_differs* lib/talloc/
|
||||
LD_LIBRARY_PATH=bin/shared %{__make} test
|
||||
%endif # suse_version != 1110; fails for i586 and ppc64
|
||||
%endif # ! build_man
|
||||
|
||||
%install
|
||||
|
@ -209,9 +209,11 @@ doxygen doxy.config
|
||||
|
||||
%if ! %{build_man}
|
||||
%check
|
||||
%if 0%{?suse_version} != 1110
|
||||
mkdir lib/talloc
|
||||
ln test_magic_differs* lib/talloc/
|
||||
LD_LIBRARY_PATH=bin/shared %{__make} test
|
||||
%endif # suse_version != 1110; fails for i586 and ppc64
|
||||
%endif # ! build_man
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user