From: Michael Strosaker <stros...@linux.vnet.ibm.com>

Support for ppc/ppc64 is official in libseccomp 2.3.0, so modify the
configuration script to allow qemuu to enable seccomp for those platforms.

Signed-off-by: Michael Strosaker <stros...@linux.vnet.ibm.com>
Acked-by: Eduardo Otubo <eduardo.ot...@profitbricks.com>
---
 configure | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index 10cb212..5929aba 100755
--- a/configure
+++ b/configure
@@ -1884,6 +1884,9 @@ if test "$seccomp" != "no" ; then
     arm|aarch64)
         libseccomp_minver="2.2.3"
         ;;
+    ppc|ppc64)
+        libseccomp_minver="2.3.0"
+        ;;
     *)
         libseccomp_minver=""
         ;;
-- 
2.1.4


Reply via email to