From 5bf494ca22ab5bdd6090b6df3521f2e7e1c87bfc Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Aug 09 2014 08:48:59 +0000 Subject: Add stublibs to library path to make coqide build. --- diff --git a/coq.spec b/coq.spec index df3a8e4..5d1abe0 100644 --- a/coq.spec +++ b/coq.spec @@ -18,7 +18,7 @@ Name: coq Version: 8.4pl4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Proof management system License: LGPLv2 @@ -186,6 +186,8 @@ sed -e 's/-lunix/& -ccopt -Wl,-z,relro,-z,now/' \ -browser "xdg-open %s" \ -camlp5dir %{_libdir}/ocaml/camlp5 +export LD_LIBRARY_PATH=%{_libdir}/ocaml/stublibs + export CAML_LD_LIBRARY_PATH=$PWD/kernel/byterun:${CAML_LD_LIBRARY_PATH} make world VERBOSE=1 @@ -316,6 +318,9 @@ mktexlsr &> /dev/null %{_emacs_sitelispdir}/coq/*.el %changelog +* Sat Aug 09 2014 Richard W.M. Jones - 8.4pl4-11 +- Add stublibs to library path to make coqide build. + * Sat Aug 02 2014 Richard W.M. Jones - 8.4pl4-10 - ocaml-4.02.0-0.8.git10e45753.fc22 rebuild. - Add workaround for build failure on aarch64.