diff options
author | hyokeun <hyokeun.jeon@samsung.com> | 2016-09-06 14:29:28 +0900 |
---|---|---|
committer | hyokeun <hyokeun.jeon@samsung.com> | 2016-12-27 17:33:36 +0900 |
commit | cfbc5b7afa71f5cb8c94e5542b652f01e33e27bc (patch) | |
tree | 0cb34f59624a8bd5a2ac33b329cfa87ce941d0b2 | |
parent | 42f2daf3609f8cd89d963ef60dc65d65dbb5a13f (diff) | |
download | qemu-cfbc5b7afa71f5cb8c94e5542b652f01e33e27bc.tar.gz qemu-cfbc5b7afa71f5cb8c94e5542b652f01e33e27bc.tar.bz2 qemu-cfbc5b7afa71f5cb8c94e5542b652f01e33e27bc.zip |
packaging: Disable libseccomp
Change-Id: I177741ece64572b63c7fbad8267324449735ca97
-rw-r--r-- | packaging/qemu.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/qemu.spec b/packaging/qemu.spec index 0cccdc5c3..ae94f133c 100644 --- a/packaging/qemu.spec +++ b/packaging/qemu.spec @@ -62,10 +62,6 @@ %define with_seccomp 1 %endif -%ifarch %ix86 x86_64 -%define with_seccomp 1 -%endif - Name: qemu Url: http://www.qemu.org/ Summary: Universal CPU emulator |