From 1fd3093bca14e38485c37377269cb9f61a76752604551ecb70534664ee22bc76 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 21 Feb 2018 12:21:08 +0000 Subject: [PATCH] Try s390x without stack protection, 3th OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=111 --- clisp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clisp.spec b/clisp.spec index c809fb7..85282ab 100644 --- a/clisp.spec +++ b/clisp.spec @@ -151,7 +151,7 @@ else CC="gcc" fi %ifarch s390x -RPM_OPT_FLAGS="$(echo %{optflags}|sed -r 's/-f(stack-[a-z-]+)/-fno-\1/g') -fno-stack-limit" +RPM_OPT_FLAGS="$(echo %{optflags}|sed -r 's/-fstack-protector-strong ?//g;s/-f(stack-clash-protection)/-fno-\1/') -fno-stack-limit" %endif CC="${CC} -g ${RPM_OPT_FLAGS} -falign-functions=4 -fno-strict-aliasing -fPIC -pipe" case "$(uname -m)" in