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}
|
%if ! %{build_man}
|
||||||
%check
|
%check
|
||||||
|
%if 0%{?suse_version} != 1110
|
||||||
mkdir lib/talloc
|
mkdir lib/talloc
|
||||||
ln test_magic_differs* lib/talloc/
|
ln test_magic_differs* lib/talloc/
|
||||||
LD_LIBRARY_PATH=bin/shared %{__make} test
|
LD_LIBRARY_PATH=bin/shared %{__make} test
|
||||||
|
%endif # suse_version != 1110; fails for i586 and ppc64
|
||||||
%endif # ! build_man
|
%endif # ! build_man
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -209,9 +209,11 @@ doxygen doxy.config
|
|||||||
|
|
||||||
%if ! %{build_man}
|
%if ! %{build_man}
|
||||||
%check
|
%check
|
||||||
|
%if 0%{?suse_version} != 1110
|
||||||
mkdir lib/talloc
|
mkdir lib/talloc
|
||||||
ln test_magic_differs* lib/talloc/
|
ln test_magic_differs* lib/talloc/
|
||||||
LD_LIBRARY_PATH=bin/shared %{__make} test
|
LD_LIBRARY_PATH=bin/shared %{__make} test
|
||||||
|
%endif # suse_version != 1110; fails for i586 and ppc64
|
||||||
%endif # ! build_man
|
%endif # ! build_man
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user