[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH] configure: disable stubdomain build by default on FreeBSD



On Thu, 2014-08-14 at 15:47 +0200, Roger Pau Monne wrote:
> Stubdomain code as-is doesn't compile on FreeBSD, so disable it for
> now in order to have a working build.
> 
> Please re-run autoconf after committing.
> 
> Signed-off-by: Roger Pau Monnà <roger.pau@xxxxxxxxxx>
> Cc: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx>
> ---
>  configure.ac |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index f32f9af..1843b52 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -28,6 +28,13 @@ case "$host_cpu" in
>          ;;
>  esac
>  
> +dnl Stubdomains need some work in order to compile on FreeBSD
> +case "$host_os" in
> +    freebsd*)
> +        arch_enable_stubdom=n
> +        ;;
> +esac

Actually I think this would have been better making the original case be
over "$host_os:$host_cpu" with cases like
        freebsd*:*) and *:i[[3456]]86|x86_64) etc.

But it's been a month now since you posted so I've acked + committed
this version. Sorry for the delay.

Ian.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.