From 073715bf7d89899c82c883f8f8fae75f9cb9f22c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 24 Mar 2014 12:43:03 +0000 Subject: [PATCH] Really fix aarch64 build. --- ocaml.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 4e150f1..371d334 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -1,6 +1,6 @@ Name: ocaml Version: 4.01.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: OCaml compiler and programming environment @@ -505,8 +505,6 @@ fi %{_bindir}/camlp4* %{_bindir}/mkcamlp4 %if %{native_compiler} -# camlp4 doesn't build natively on aarch64 (see patch0011). -%ifnarch aarch64 %{_libdir}/ocaml/camlp4/*.a %{_libdir}/ocaml/camlp4/*.cmxa %{_libdir}/ocaml/camlp4/*.cmx @@ -520,7 +518,6 @@ fi %{_libdir}/ocaml/camlp4/Camlp4Top/*.cmx %{_libdir}/ocaml/camlp4/Camlp4Top/*.o %endif -%endif %{_mandir}/man1/* @@ -560,7 +557,7 @@ fi %changelog -* Mon Mar 24 2014 Richard W.M. Jones - 4.01.0-9 +* Mon Mar 24 2014 Richard W.M. Jones - 4.01.0-10 - Include a fix for aarch64 relocation problems http://caml.inria.fr/mantis/view.php?id=6283