Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:7633
qemu.openSUSE_Leap_42.3_Update
0030-configure-Fix-detection-of-seccomp-.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0030-configure-Fix-detection-of-seccomp-.patch of Package qemu.openSUSE_Leap_42.3_Update
From c73b8f5b0a37c93c2fd4454c253778eab7d5d931 Mon Sep 17 00:00:00 2001 From: markkp <mpost@suse.com> Date: Thu, 11 Aug 2016 16:28:39 -0400 Subject: [PATCH] configure: Fix detection of seccomp on s390x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mark Post <mpost@suse.com> Signed-off-by: Andreas Färber <afaerber@suse.de> --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 3308560f78..cb7589a8e7 100755 --- a/configure +++ b/configure @@ -1961,6 +1961,9 @@ if test "$seccomp" != "no" ; then ppc|ppc64) libseccomp_minver="2.3.0" ;; + s390|s390x) + libseccomp_minver="2.2.0" + ;; *) libseccomp_minver="" ;;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor