Exclude only non x86_64 SUSE SLE 11 build targets
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=79
This commit is contained in:
parent
7854061f80
commit
06f20d244d
@ -209,7 +209,7 @@ doxygen doxy.config
|
||||
|
||||
%if ! %{build_man}
|
||||
%check
|
||||
%if 0%{?suse_version} != 1110
|
||||
%if 0%{?suse_version} != 1110 || "%{_build_arch}" == x86_64
|
||||
mkdir lib/talloc
|
||||
ln test_magic_differs* lib/talloc/
|
||||
LD_LIBRARY_PATH=bin/shared %{__make} test
|
||||
|
Loading…
Reference in New Issue
Block a user