From: Mark Wong Date: Fri, 18 Jan 2019 15:12:40 -0800 Subject: [PATCH] Disable jit on s390x --- rpm/redhat/11/postgresql/master/postgresql-11.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/redhat/11/postgresql/master/postgresql-11.spec b/rpm/redhat/11/postgresql/master/postgresql-11.spec index 482d071e8..2532d1dd3 100644 --- a/rpm/redhat/11/postgresql/master/postgresql-11.spec +++ b/rpm/redhat/11/postgresql/master/postgresql-11.spec @@ -66,7 +66,7 @@ %{!?llvm:%global llvm 0} %else %{!?systemd_enabled:%global systemd_enabled 1} -%ifarch ppc64 ppc64le +%ifarch ppc64 ppc64le s390 s390x %{!?llvm:%global llvm 0} %{!?sdt:%global sdt 0} %else -- 2.19.2 --6c2NcOVqGQ03X4Wi--