seccomp: loosen library version dependency
commitba060c53d585d186ff0ac6b181f4b2a867acc210
authordann frazier <dann.frazier@canonical.com>
Fri, 23 Oct 2015 21:34:22 +0000 (23 15:34 -0600)
committerEduardo Otubo <eduardo.otubo@profitbricks.com>
Mon, 16 Nov 2015 08:49:47 +0000 (16 09:49 +0100)
treeb2da7e141d1ca6fff55cf71eaa4fa38ba1f803f2
parent693e59105d2ce4d6f4c96a2373fec06a24d0e6be
seccomp: loosen library version dependency

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 release. The commit message didn't mention
any specific functional need for 2.1.1, just that it was the most recent
stable version at the time. I reviewed the changes between 2.1.0 and 2.1.1,
but it looks like that update just contained minor fixes and cleanups - no
obvious (to me) new interfaces or critical bug fixes.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
Acked-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
configure