qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/3] buildsys: Move gnutls cflags/libs to per


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v2 2/3] buildsys: Move gnutls cflags/libs to per object
Date: Wed, 6 Sep 2017 15:38:53 +0800
User-agent: Mutt/1.8.3 (2017-05-23)

On Wed, 09/06 09:27, Fam Zheng wrote:
> Signed-off-by: Fam Zheng <address@hidden>
> ---
>  configure              |  4 ++--
>  crypto/Makefile.objs   |  7 +++++++
>  tests/Makefile.include | 10 +++++-----
>  3 files changed, 14 insertions(+), 7 deletions(-)
> 
> diff --git a/configure b/configure
> index 6a4cb3832b..d24a7eab37 100755
> --- a/configure
> +++ b/configure
> @@ -2472,8 +2472,6 @@ if test "$gnutls" != "no"; then
>      if gnutls_works; then
>          gnutls_cflags=$($pkg_config --cflags gnutls)
>          gnutls_libs=$($pkg_config --libs gnutls)
> -        libs_softmmu="$gnutls_libs $libs_softmmu"
> -        libs_tools="$gnutls_libs $libs_tools"
>       QEMU_CFLAGS="$QEMU_CFLAGS $gnutls_cflags"

This line should be removed too.. Will send v3.

Fam



reply via email to

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