Message ID | 1484751948-21387-1-git-send-email-christian.ehrhardt@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/configure b/configure index 86f5214..5056ba9 100755 --- a/configure +++ b/configure @@ -1927,6 +1927,9 @@ if test "$seccomp" != "no" ; then ppc|ppc64) libseccomp_minver="2.3.0" ;; + s390|s390x) + libseccomp_minver="2.3.0" + ;; *) libseccomp_minver="" ;;
Allow enabling seccomp support on s390x if sufficient build dependencies are provided. Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> --- configure | 3 +++ 1 file changed, 3 insertions(+)