From 2d201cfcbc1bf486cdd246f79d3cd358243978a38d697a5d4b98f7bf414e3688 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 21 Feb 2018 09:23:50 +0000 Subject: [PATCH] Try s390x without out patches OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=105 --- clisp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clisp.spec b/clisp.spec index 6cb2d93..1ed239f 100644 --- a/clisp.spec +++ b/clisp.spec @@ -116,6 +116,7 @@ contains two nice applications. %prep %setup -qT -b0 +%ifnarch s390x %patch1 -p1 -b .sel %patch2 -p1 -b .wooh %patch4 -p1 -b .conf @@ -126,6 +127,7 @@ contains two nice applications. %patch12 -p1 -b .p12 %patch14 -p0 -b .p14 %patch16 -p1 -b .p16 +%endif %build # @@ -248,6 +250,7 @@ find -name configure | xargs -r \ > $SCREENLOG tail -q -s 0.5 -f $SCREENLOG & pid=$! %_configure build ${DEBUG} \ + CFLAGS="${MYCFLAGS}" \ ${port+"$port"} \ --prefix=%{_prefix} \ --exec-prefix=%{_prefix} \