All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vadim Evard <v.e.evard@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Anthony Liguori <aliguori@us.ibm.com>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] configure: silence pkg-config's check for curses
Date: Thu, 17 Jan 2013 00:17:07 +0400	[thread overview]
Message-ID: <50F70AC3.9070202@gmail.com> (raw)
In-Reply-To: <87mww9jhz1.fsf@codemonkey.ws>

Signed-off-by: Vadim Evard <v.e.evard@gmail.com>
---
 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: Vadim Evard <v.e.evard@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Anthony Liguori <aliguori@us.ibm.com>
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence pkg-config's check for curses
Date: Thu, 17 Jan 2013 00:17:07 +0400	[thread overview]
Message-ID: <50F70AC3.9070202@gmail.com> (raw)
In-Reply-To: <87mww9jhz1.fsf@codemonkey.ws>

Signed-off-by: Vadim Evard <v.e.evard@gmail.com>
---
 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

  reply	other threads:[~2013-01-16 20:17 UTC|newest]

Thread overview: 12+ 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 ` [Qemu-trivial] [Qemu-devel] " Anthony Liguori
2013-01-16 14:54   ` [Qemu-devel] [Qemu-trivial] " Anthony Liguori
2013-01-16 20:17   ` Vadim Evard [this message]
2013-01-16 20:17     ` [Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence " Vadim Evard
2013-01-17 20:01     ` [Qemu-trivial] [Qemu-devel] " Anthony Liguori
2013-01-17 20:01       ` [Qemu-devel] [Qemu-trivial] " Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2013-01-18 13:48 [Qemu-trivial] [Qemu-devel] " Vadim Evard
2013-01-18 14:06 ` Stefan Hajnoczi

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=50F70AC3.9070202@gmail.com \
    --to=v.e.evard@gmail.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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 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.