qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH] libseccomp: require version 1.0.


From: Doug Goldstein
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] libseccomp: require version 1.0.0
Date: Sat, 3 Nov 2012 12:48:01 -0500

On Sat, Nov 3, 2012 at 10:44 AM, Blue Swirl <address@hidden> wrote:
> Debian Wheezy has version 0.1.0 which is not compatible, avoid it.
>
> Signed-off-by: Blue Swirl <address@hidden>
> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index 8e70cbb..b6948f7 100755
> --- a/configure
> +++ b/configure
> @@ -1383,7 +1383,7 @@ fi
>  # libseccomp check
>
>  if test "$seccomp" != "no" ; then
> -    if $pkg_config libseccomp --modversion >/dev/null 2>&1; then
> +    if $pkg_config --atleast-version=1.0.0 libseccomp --modversion 
> >/dev/null 2>&1; then
>          LIBS=`$pkg_config --libs libseccomp`
>         seccomp="yes"
>      else
> --
> 1.7.2.5
>
>

I can confirm this will fix the compile issue when you've got
libseccomp 0.1.0, so ACK from a non-maintainer.


-- 
Doug Goldstein



reply via email to

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