All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Vadim Evard <v.e.evard@gmail.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] configure: silencing pkg-config's check for curses
Date: Wed, 16 Jan 2013 08:54:58 -0600	[thread overview]
Message-ID: <87mww9jhz1.fsf@codemonkey.ws> (raw)
In-Reply-To: <50F5EBDA.2040208@gmail.com>

Vadim Evard <v.e.evard@gmail.com> writes:

>>From d10856f3b1d893b5d3c6ab213eb921d0a24e7766 Mon Sep 17 00:00:00 2001
> From: Vadim Evard <v.e.evard@gmail.com>
> Date: Wed, 16 Jan 2013 03:45:44 +0400
> Subject: [PATCH] configure: silencing pkg-config's check for curses


This is fubar above and it's missing a Signed-off-by.  Please CC me when
you send out a new version that fixes this.

Regards,

Anthony Liguori

>
> ---
>  configure |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 4ebb60d..6211db9 100755
> --- a/configure
> +++ b/configure
> @@ -2039,7 +2039,7 @@ fi
>  if test "$mingw32" = "yes" ; then
>      curses_list="-lpdcurses"
>  else
> -    curses_list="-lncurses:-lcurses:$($pkg_config --libs ncurses)"
> +    curses_list="-lncurses:-lcurses:$($pkg_config --libs ncurses 2>/dev/null)"
>  fi
>  
>  if test "$curses" != "no" ; then
> -- 
> 1.7.10.4



WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <aliguori@us.ibm.com>
To: Vadim Evard <v.e.evard@gmail.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: silencing pkg-config's check for curses
Date: Wed, 16 Jan 2013 08:54:58 -0600	[thread overview]
Message-ID: <87mww9jhz1.fsf@codemonkey.ws> (raw)
In-Reply-To: <50F5EBDA.2040208@gmail.com>

Vadim Evard <v.e.evard@gmail.com> writes:

>>From d10856f3b1d893b5d3c6ab213eb921d0a24e7766 Mon Sep 17 00:00:00 2001
> From: Vadim Evard <v.e.evard@gmail.com>
> Date: Wed, 16 Jan 2013 03:45:44 +0400
> Subject: [PATCH] configure: silencing pkg-config's check for curses


This is fubar above and it's missing a Signed-off-by.  Please CC me when
you send out a new version that fixes this.

Regards,

Anthony Liguori

>
> ---
>  configure |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 4ebb60d..6211db9 100755
> --- a/configure
> +++ b/configure
> @@ -2039,7 +2039,7 @@ fi
>  if test "$mingw32" = "yes" ; then
>      curses_list="-lpdcurses"
>  else
> -    curses_list="-lncurses:-lcurses:$($pkg_config --libs ncurses)"
> +    curses_list="-lncurses:-lcurses:$($pkg_config --libs ncurses 2>/dev/null)"
>  fi
>  
>  if test "$curses" != "no" ; then
> -- 
> 1.7.10.4

  parent reply	other threads:[~2013-01-16 14:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-15 23:52 [Qemu-trivial] [Qemu-devel] [PATCH] configure: silencing pkg-config's check for curses Vadim Evard
2013-01-15 23:52 ` [Qemu-devel] [Qemu-trivial] " Vadim Evard
2013-01-16  9:27 ` [Qemu-trivial] [Qemu-devel] " Stefan Hajnoczi
2013-01-16  9:27   ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
2013-01-16 14:54 ` Anthony Liguori [this message]
2013-01-16 14:54   ` Anthony Liguori
2013-01-16 20:17   ` [Qemu-trivial] [Qemu-devel] [PATCH v2] configure: silence " Vadim Evard
2013-01-16 20:17     ` [Qemu-devel] [Qemu-trivial] " Vadim Evard
2013-01-17 20:01     ` [Qemu-trivial] [Qemu-devel] " Anthony Liguori
2013-01-17 20:01       ` [Qemu-devel] [Qemu-trivial] " Anthony Liguori

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=87mww9jhz1.fsf@codemonkey.ws \
    --to=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=v.e.evard@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.