Temporary disable sanlock as version is too old
This commit is contained in:
parent
d7b41212c1
commit
a0d670d2bf
@ -164,7 +164,10 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Enable sanlock library for lock management with QEMU
|
# Enable sanlock library for lock management with QEMU
|
||||||
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 6
|
# temporary remove sanlock support in F16 as it seems too old
|
||||||
|
# checking for sanlock_restrict in -lsanlock... no
|
||||||
|
|
||||||
|
%if 0%{?fedora} > 16 || 0%{?rhel} >= 6
|
||||||
%define with_sanlock 0%{!?_without_sanlock:%{server_drivers}}
|
%define with_sanlock 0%{!?_without_sanlock:%{server_drivers}}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user