qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fam Zheng <famz@redhat.com>
To: qemu-devel@nongnu.org
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	[thread overview]
Message-ID: <20170906073853.GB19537@lemon.lan> (raw)
In-Reply-To: <20170906012715.31761-3-famz@redhat.com>

On Wed, 09/06 09:27, Fam Zheng wrote:
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  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	other threads:[~2017-09-06  7:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-06  1:27 [Qemu-devel] [PATCH v2 0/3] buildsys: Move crypto libraries to per object variables Fam Zheng
2017-09-06  1:27 ` [Qemu-devel] [PATCH v2 1/3] buildsys: Move nettle cflags/libs to per object Fam Zheng
2017-09-06  1:27 ` [Qemu-devel] [PATCH v2 2/3] buildsys: Move gnutls " Fam Zheng
2017-09-06  7:38   ` Fam Zheng [this message]
2017-09-06  1:27 ` [Qemu-devel] [PATCH v2 3/3] buildsys: Move gcrypt " Fam Zheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170906073853.GB19537@lemon.lan \
    --to=famz@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).