[Qemu-devel] [PATCH] seccomp: loosen library version dependency

2015-10-23 Thread dann frazier
Drop the libseccomp required version back to 2.1.0, restoring the ability to build w/ --enable-seccomp on Ubuntu 14.04. Commit 4cc47f8b3cc4f32586ba2f7fce1dc267da774a69 tightened the dependency on libseccomp from version 2.1.0 to 2.1.1. This broke building on Ubuntu 14.04, the current Ubuntu LTS re

Re: [Qemu-devel] [PATCH] seccomp: loosen library version dependency

2015-10-22 Thread Eduardo Otubo
On Mon, Oct 19, 2015 at 02=58=51PM -0600, dann frazier wrote: > Drop the libseccomp required version back to 2.1.0, restoring the ability > to build w/ --enable-seccomp on Ubuntu 14.04. > > Commit 4cc47f8b3cc4f32586ba2f7fce1dc267da774a69 tightened the dependency > on libseccomp from version 2.1.0

[Qemu-devel] [PATCH] seccomp: loosen library version dependency

2015-10-20 Thread dann frazier
Drop the libseccomp required version back to 2.1.0, restoring the ability to build w/ --enable-seccomp on Ubuntu 14.04. Commit 4cc47f8b3cc4f32586ba2f7fce1dc267da774a69 tightened the dependency on libseccomp from version 2.1.0 to 2.1.1. This broke building on Ubuntu 14.04, the current Ubuntu LTS re