[Libguestfs] [PATCH nbdkit 10/10] README: Advertise FreeBSD support.

Eric Blake eblake at redhat.com
Mon Aug 13 21:16:27 UTC 2018


On 08/12/2018 03:51 AM, Richard W.M. Jones wrote:
> ---
>   README | 12 +++++++-----
>   1 file changed, 7 insertions(+), 5 deletions(-)
> 
> diff --git a/README b/README
> index e4eda79..eb2e997 100644
> --- a/README
> +++ b/README
> @@ -37,7 +37,13 @@ Requirements
>   ------------
>   
>   To build the basic server and some plugins nbdkit needs nothing except
> -Linux and reasonably recent gcc or clang.
> +Linux or FreeBSD, and:
> +
> + - gcc or clang
> +
> + - bash
> +
> + - GNU make

Theoretically, automake should produce makefiles compatible with BSD 
make as long as you didn't introduce any GNU make'isms in your 
Makefile.am files. I don't know if the problem was an actual GNU 
make'ism, or a bug in BSD make, but I'm also not too worried about this 
(after all, both libvirt and qemu require GNU make as a conscious 
choice, so people on BSD systems are already used to using gmake rather 
than figuring out whether BSD make can do the job).

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org




More information about the Libguestfs mailing list