qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] How to compile qemu with openssl


From: Peter Maydell
Subject: Re: [Qemu-devel] How to compile qemu with openssl
Date: Fri, 14 Oct 2016 18:45:20 +0100

On 14 October 2016 at 16:07, Fam Zheng <address@hidden> wrote:
> If you are adding a feature to QEMU instead of experimenting, you should 
> modify
> ./configure to add a new pair of "--enable-XXXX" and "--disable-XXXX" options.
> For example, refer to how the "--enable-libiscsi" pair is handled in configure
> script.  Particularly, features are automatically enabled if neither 
> --enable-XXX nor
> --disable-XXX is specified but the library package dependencies are actually
> satisfied.

We probably don't really want to add a feature that
links against OpenSSL anyway -- their FAQ suggests
it is GPL-incompatible:
https://www.openssl.org/docs/faq.html#LEGAL2

(disclaimer: based on a vague recollection of there
being an issue and 30 seconds googling)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]