]> git.ipfire.org Git - thirdparty/qemu.git/commit
seccomp: libseccomp version varying according to arch
authorEduardo Otubo <eduardo.otubo@profitbricks.com>
Thu, 26 Mar 2015 15:56:25 +0000 (16:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Mar 2015 16:58:22 +0000 (16:58 +0000)
commit896848f0d3e2393905845ef2b244bb2601f9df0c
tree4c918854e6065ae9d943b0cc27b4db7f38d3d1c5
parent99b7f47c54ae7932715a1f58ed9a128451fb2b85
seccomp: libseccomp version varying according to arch

Libseccomp dependency was mandating version 2.2.0 on all architectures
and this was causing configure and virt-test to break on non-updates
distros. This patch works-around it and give a more flexible way to
check the version, giving more time for other distros to update
libseccomp version.

Signed-off-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
Reported-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Tested-by: Juan Quintela <quintela@redhat.com>
Message-id: 1427385385-30571-1-git-send-email-eduardo.otubo@profitbricks.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure