[sheepdog] [PATCH] configure: correct a variable name for configure option
Liu Yuan
namei.unix at gmail.com
Tue Jun 10 06:19:36 CEST 2014
On Mon, Jun 09, 2014 at 07:11:59PM +0900, Hitoshi Mitake wrote:
> 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.hitoshi at lab.ntt.co.jp>
> ---
> sheepdog.spec.in | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> 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.7.1
>
> --
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/sheepdog
Applied thanks
Yuan
More information about the sheepdog
mailing list