浏览代码

spec: Add optional xmlconf

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Jan Friesse 14 年之前
父节点
当前提交
61b2a85ebe
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      corosync.spec.in

+ 3 - 1
corosync.spec.in

@@ -101,6 +101,9 @@ export rdmacm_LIBS=-lrdmacm \
 %endif
 %endif
 %if %{with systemd}
 %if %{with systemd}
 	--enable-systemd \
 	--enable-systemd \
+%endif
+%if %{with xmlconf}
+	--enable-xmlconf \
 %endif
 %endif
 	--with-initddir=%{_initrddir}
 	--with-initddir=%{_initrddir}
 
 
@@ -194,7 +197,6 @@ fi
 %{_mandir}/man5/corosync.conf.5*
 %{_mandir}/man5/corosync.conf.5*
 %{_mandir}/man5/votequorum.5*
 %{_mandir}/man5/votequorum.5*
 
 
-
 # optional testagent rpm
 # optional testagent rpm
 #
 #
 %if %{with testagents}
 %if %{with testagents}