Temporary disable sanlock as version is too old

This commit is contained in:
Daniel Veillard 2011-07-04 23:05:01 +08:00
parent d7b41212c1
commit a0d670d2bf
1 changed files with 4 additions and 1 deletions

View File

@ -164,7 +164,10 @@
%endif
# 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}}
%endif