From: Jan Rękorajski Date: Sun, 23 Oct 2016 07:41:48 +0000 (+0200) Subject: - don't mess with host on archs that just work X-Git-Tag: auto/th/clisp-2.49-6 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ffbf3c1cb3554e4977d714eb16638338d02bfdfb;p=packages%2Fclisp.git - don't mess with host on archs that just work - rel 6 --- 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