From 11969865cdf107e0ac64aba72352972b8e659686 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Sep 14 2013 15:04:52 +0000 Subject: Disable -lcurses. This is not actually used, just linked with unnecessarily. --- diff --git a/ocaml.spec b/ocaml.spec index d9ef7a0..55bc5fa 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -1,6 +1,6 @@ Name: ocaml Version: 4.01.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCaml compiler and programming environment @@ -255,7 +255,8 @@ CFLAGS="$RPM_OPT_FLAGS" \ -libdir %{_libdir}/ocaml \ -x11lib %{_libdir} \ -x11include %{_includedir} \ - -mandir %{_mandir}/man1 + -mandir %{_mandir}/man1 \ + -no-curses make world %if %{native_compiler} make opt opt.opt @@ -521,6 +522,9 @@ fi %changelog +* Sat Sep 14 2013 Richard W.M. Jones - 4.01.0-3 +- Disable -lcurses. This is not actually used, just linked with unnecessarily. + * Sat Sep 14 2013 Richard W.M. Jones - 4.01.0-2 - Fix the build on ppc64.