From 0b1d488f7f1fe1759c541db0a1e5b296a547765c Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Thu, 10 Feb 2005 17:21:26 +0000 Subject: [PATCH] add -x11lib {_prefix}/X11R6/{libdir} to configure; fixes build on x86_64 --- ocaml.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ocaml.spec b/ocaml.spec index fb00a15..f79c45c 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -1,6 +1,6 @@ Name: ocaml Version: 3.07 -Release: 5 +Release: 6 Epoch: 0 Summary: The Objective Caml compiler and programming environment @@ -82,6 +82,7 @@ cp %{SOURCE2} refman.ps.gz -ccoption "gcc $RPM_OPT_FLAGS" \ -bindir %{_bindir} \ -libdir %{_libdir}/ocaml \ + -x11lib %{_prefix}/X11R6/%{_lib} \ -mandir %{_mandir}/man1 make world opt opt.opt # %{?_smp_mflags} breaks the build @@ -175,6 +176,10 @@ fi %doc emacs/README %changelog +* Thu Dec 30 2004 Thorsten Leemhuis - 0:3.07-6 +- add -x11lib {_prefix}/X11R6/{libdir} to configure; fixes labltk build + on x86_64 + * Tue Dec 2 2003 Gerard Milmeister - 0:3.07-0.fdr.5 - ocamldoc -> ocaml-ocamldoc - ocaml-doc -> ocaml-docs