X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml.git;a=blobdiff_plain;f=ocaml.spec;h=280dc853a87ef3d109886298ee8d8499f7034e67;hp=d5fda5ebc31dc9ff1c6f721265bf24721bf6ec10;hb=0d424b76c67cb3f2730482824978e1fc5badb30e;hpb=b553b4f0c19aa04eeb8a36657e24010ffcc5a5d2 diff --git a/ocaml.spec b/ocaml.spec index d5fda5e..280dc85 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -14,7 +14,7 @@ Summary: The Objective Caml compiler and programming environment Summary(pl.UTF-8): Kompilator OCamla (Objective Caml) oraz środowisko programistyczne Name: ocaml Version: 3.12.1 -Release: 20 +Release: 21 Epoch: 1 License: distributable Group: Development/Languages @@ -42,6 +42,7 @@ Patch0: %{name}-db3.patch Patch1: %{name}-CFLAGS.patch Patch2: %{name}-as_needed.patch Patch3: %{name}-gas.patch +Patch4: %{name}-tcl86.patch URL: http://caml.inria.fr/ BuildRequires: db-devel >= 4.1 %{?with_tk:BuildRequires: tk-devel} @@ -320,6 +321,7 @@ cp %{SOURCE7} docs/camlp4-tutorial.ps.gz %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build cp -f /usr/share/automake/config.sub config/gnu @@ -333,8 +335,8 @@ cp -f /usr/share/automake/config.sub config/gnu -with-pthread \ -x11lib %{_libdir} -%{__make} -j1 world bootstrap opt.opt CFLAGS="%{rpmcflags} -Wall" -%{__make} -C tools objinfo CFLAGS="%{rpmcflags} -Wall" -j1 +%{__make} -j1 world bootstrap opt.opt CFLAGS="%{rpmcflags} -Wall -DUSE_INTERP_RESULT" +%{__make} -C tools objinfo CFLAGS="%{rpmcflags} -Wall -DUSE_INTERP_RESULT" -j1 # broken build system sed -e 's,LIBDIR,%{_libdir},' camlp4/man/camlp4.1.tpl > camlp4/man/camlp4.1