提交 81e9e7cf 编写于 作者: W Wen Congyang

fix building error on non fedora system

We forget to define with_storage_rbd if the system is not fedora,
or the version is less than 16.
上级 2d191e8e
......@@ -77,6 +77,8 @@
%define with_storage_mpath 0%{!?_without_storage_mpath:%{server_drivers}}
%if 0%{?fedora} >= 16
%define with_storage_rbd 0%{!?_without_storage_rbd:%{server_drivers}}
%else
%define with_storage_rbd 0
%endif
%define with_numactl 0%{!?_without_numactl:%{server_drivers}}
%define with_selinux 0%{!?_without_selinux:%{server_drivers}}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册