Browse Source

upgrading package: ecl 11.1.1 -> 13.5.1

master
parent
commit
f3ed8458d9
  1. 13
      ecl/ecl.spec

13
ecl/ecl.spec

@ -31,17 +31,17 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Language
License: LGPL
Version: 11.1.1
Release: 20111211
Version: 13.5.1
Release: 20131026
# list of sources
Source0: http://switch.dl.sourceforge.net/ecls/ecl-%{version}.tar.gz
Source0: http://switch.dl.sourceforge.net/ecls/ecl-%{version}.tgz
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101
PreReq: OpenPKG, openpkg >= 20100101
BuildPreReq: libffi, gc, gmp
PreReq: libffi, gc, gmp
BuildPreReq: libffi, gc, gc::with_threads = yes, gmp
PreReq: libffi, gc, gc::with_threads = yes, gmp
%description
ECL is an implementation of the Common Lisp language as defined
@ -61,6 +61,9 @@ PreReq: libffi, gc, gmp
%setup -q
%build
%{l_shtool} subst \
-e 's;-lgc;-lgcthread;g' \
src/configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags}" \
CPPFLAGS="%{l_cppflags}" \

Loading…
Cancel
Save