X-Git-Url: https://git.tld-linux.org/?p=packages%2Fqemu.git;a=blobdiff_plain;f=x32.patch;h=250576cbcb01f3a064d99db1dc0b2c5158b8688c;hp=beee3deda90b63a5e603ce6b214a453448a5cda7;hb=05bd494111d29bcf2a9f9449c268c97caafa32fd;hpb=361b5ba66fa88e9ff4cccba71f54ecd1d072e059 diff --git a/x32.patch b/x32.patch index beee3de..250576c 100644 --- a/x32.patch +++ b/x32.patch @@ -1,14 +1,14 @@ --- qemu-2.2.0/configure~ 2015-03-26 19:52:14.000000000 +0100 +++ qemu-2.2.0/configure 2015-03-26 19:56:34.255072716 +0100 @@ -1904,7 +1904,7 @@ - + libseccomp_minver="2.2.0" if test "$seccomp" != "no" ; then case "$cpu" in -- i386|x86_64) -+ i386|x86_64|x32) - libseccomp_minver="2.1.0" +- i386|x86_64|mips) ++ i386|x86_64|x32|mips) ;; arm|aarch64) + libseccomp_minver="2.2.3" @@ -2932,7 +2932,7 @@ ########################################## # TPM passthrough is only on x86 Linux