From: Hitoshi Mitake <mitake.hito...@lab.ntt.co.jp> Current configure script for sheepdog cannot handle build time prameters (e.g. "--enable-zookeeper") well. This patch fixes the problem.
Signed-off-by: Hitoshi Mitake <mitake.hito...@lab.ntt.co.jp> Signed-off-by: Liu Yuan <namei.u...@gmail.com> --- sheepdog.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheepdog.spec.in b/sheepdog.spec.in index 8d190f7..6887843 100644 --- a/sheepdog.spec.in +++ b/sheepdog.spec.in @@ -28,7 +28,7 @@ a distributed object storage system for QEMU. %build ./autogen.sh -%{configure} --with-initddir=%{_initrddir} %{_config_opts} +%{configure} --with-initddir=%{_initrddir} %{_configopts} make %{_smp_mflags} -- 1.9.1 -- sheepdog mailing list sheepdog@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/sheepdog