From ffbf3c1cb3554e4977d714eb16638338d02bfdfb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 23 Oct 2016 09:41:48 +0200 Subject: [PATCH] - don't mess with host on archs that just work - rel 6 --- clisp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clisp.spec b/clisp.spec index 300d3a9..0272a9b 100644 --- a/clisp.spec +++ b/clisp.spec @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Implementacja Common Lisp (ANSI CL) Summary(pt_BR.UTF-8): Implementação do Common Lisp (ANSI CL) Name: clisp Version: 2.49 -Release: 5 +Release: 6 License: GPL Group: Development/Languages Source0: http://download.sourceforge.net/clisp/%{name}-%{version}.tar.bz2 @@ -112,7 +112,9 @@ CFLAGS="%{rpmcflags}" \ %endif %endif ./configure \ +%ifarch x32 --host=%{_target_platform} \ +%endif --prefix=%{_prefix} cd src -- 2.44.0