From: Hitoshi Mitake <[email protected]>

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 <[email protected]>
Signed-off-by: Liu Yuan <[email protected]>
---
 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
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to