]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- don't mess with host on archs that just work auto/th/clisp-2.49-6
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 23 Oct 2016 07:41:48 +0000 (09:41 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 23 Oct 2016 07:41:48 +0000 (09:41 +0200)
- rel 6

clisp.spec

index 300d3a97f72006ddfbc8bbe1e0fbaa8d3e9d6f42..0272a9bdc865271311d3062d41feed543d0f7e52 100644 (file)
@@ -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
This page took 0.096081 seconds and 4 git commands to generate.