From 2e6ceb743473b5d0b77ddce074a7664806d2e728 Mon Sep 17 00:00:00 2001 From: undefine Date: Mon, 5 Jan 2004 20:38:05 +0000 Subject: [PATCH] - release 6, fixes x11libdir to allow build on amd64 Changed files: ocaml.spec -> 1.82 --- ocaml.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 7ba9c2a..38fa0ae 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -15,7 +15,7 @@ Summary: The Objective Caml compiler and programming environment Summary(pl): Kompilator OCamla (Objective Caml) oraz ¶rodowisko programistyczne Name: ocaml Version: 3.07 -Release: 5 +Release: 6 License: distributable Vendor: Group of implementors Group: Development/Languages @@ -295,6 +295,7 @@ cp %{SOURCE6} docs/camlp4-tutorial.ps.gz #%patch6 -p1 %build +cp /usr/share/automake/config.sub config/gnu ./configure \ -cc "%{__cc} %{rpmcflags}" \ -bindir %{_bindir} \ @@ -302,7 +303,8 @@ cp %{SOURCE6} docs/camlp4-tutorial.ps.gz -mandir %{_mandir}/man1 \ -host %{_host} \ %{!?with_tk:-no-tk} \ - -with-pthread + -with-pthread \ + -x11lib /usr/X11R6/%{_lib} %{__make} world bootstrap opt.opt %{__make} -C tools objinfo -- 2.43.0