summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2015-04-14 18:42:06 +0200
committerhyokeun <hyokeun.jeon@samsung.com>2016-12-27 16:31:09 +0900
commit9968a7977eeaeb798ea82929bf1ab97cf476cffc (patch)
treeab0f36fd4eb211edbd06f1005faca3c202b63a71
parent98eba56a4a3c87bdbd21b7b877184230c6731ce6 (diff)
downloadqemu-9968a7977eeaeb798ea82929bf1ab97cf476cffc.tar.gz
qemu-9968a7977eeaeb798ea82929bf1ab97cf476cffc.tar.bz2
qemu-9968a7977eeaeb798ea82929bf1ab97cf476cffc.zip
configure: Enable libseccomp for ppc
Our Factory libseccomp is patched to support ppc, ppc64 and ppc64le. Signed-off-by: Andreas Färber <afaerber@suse.de>
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 94035eba9..4efabe3e4 100755
--- a/configure
+++ b/configure
@@ -1879,6 +1879,9 @@ if test "$seccomp" != "no" ; then
arm|aarch64)
libseccomp_minver="2.2.3"
;;
+ ppc|ppc64)
+ libseccomp_minver="2.2.0"
+ ;;
*)
libseccomp_minver=""
;;