From: Michael Tokarev <mjt@tls.msk.ru>
To: "Andreas Färber" <afaerber@suse.de>
Cc: qemu-trivial@nongnu.org, agraf@suse.de, brogers@suse.com,
qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH for-1.5] configure: Pick up libseccomp include path
Date: Wed, 01 May 2013 20:53:56 +0400 [thread overview]
Message-ID: <518148A4.1090306@msgid.tls.msk.ru> (raw)
In-Reply-To: <1367159247-13441-1-git-send-email-afaerber@suse.de>
28.04.2013 18:27, Andreas Färber wrote:
> openSUSE 12.3 has seccomp.h in /usr/include/libseccomp-1.0.1,
> so add `pkg-config --cflags libseccomp` output to QEMU_CFLAGS.
>
> Cc: qemu-stable@nongnu.org
> Signed-off-by: Andreas Färber <afaerber@suse.de>
Thanks, applied to qemu-trivial tree (372e47e9b5e31c493823d7f512716644fb02d0fd).
/mjt
> configure | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index 21438d4..643153f 100755
> --- a/configure
> +++ b/configure
> @@ -1505,6 +1505,7 @@ libs_softmmu="$libs_softmmu -lz"
> if test "$seccomp" != "no" ; then
> if $pkg_config --atleast-version=1.0.0 libseccomp --modversion >/dev/null 2>&1; then
> libs_softmmu="$libs_softmmu `$pkg_config --libs libseccomp`"
> + QEMU_CFLAGS="$QEMU_CFLAGS `$pkg_config --cflags libseccomp`"
> seccomp="yes"
> else
> if test "$seccomp" = "yes"; then
WARNING: multiple messages have this Message-ID (diff)
From: Michael Tokarev <mjt@tls.msk.ru>
To: "Andreas Färber" <afaerber@suse.de>
Cc: qemu-trivial@nongnu.org, agraf@suse.de, brogers@suse.com,
qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH for-1.5] configure: Pick up libseccomp include path
Date: Wed, 01 May 2013 20:53:56 +0400 [thread overview]
Message-ID: <518148A4.1090306@msgid.tls.msk.ru> (raw)
In-Reply-To: <1367159247-13441-1-git-send-email-afaerber@suse.de>
28.04.2013 18:27, Andreas Färber wrote:
> openSUSE 12.3 has seccomp.h in /usr/include/libseccomp-1.0.1,
> so add `pkg-config --cflags libseccomp` output to QEMU_CFLAGS.
>
> Cc: qemu-stable@nongnu.org
> Signed-off-by: Andreas Färber <afaerber@suse.de>
Thanks, applied to qemu-trivial tree (372e47e9b5e31c493823d7f512716644fb02d0fd).
/mjt
> configure | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index 21438d4..643153f 100755
> --- a/configure
> +++ b/configure
> @@ -1505,6 +1505,7 @@ libs_softmmu="$libs_softmmu -lz"
> if test "$seccomp" != "no" ; then
> if $pkg_config --atleast-version=1.0.0 libseccomp --modversion >/dev/null 2>&1; then
> libs_softmmu="$libs_softmmu `$pkg_config --libs libseccomp`"
> + QEMU_CFLAGS="$QEMU_CFLAGS `$pkg_config --cflags libseccomp`"
> seccomp="yes"
> else
> if test "$seccomp" = "yes"; then
next prev parent reply other threads:[~2013-05-01 16:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-28 14:27 [Qemu-trivial] [PATCH for-1.5] configure: Pick up libseccomp include path Andreas Färber
2013-04-28 14:27 ` [Qemu-devel] " Andreas Färber
2013-05-01 16:53 ` Michael Tokarev [this message]
2013-05-01 16:53 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
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=518148A4.1090306@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=brogers@suse.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@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.