[ocaml-ssl] Enable debuginfo.

Richard W.M. Jones rjones at fedoraproject.org
Sat Sep 14 08:24:22 UTC 2013


commit 816028230a861d5e1402731d30088530f464b54e
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Sep 14 09:24:08 2013 +0100

    Enable debuginfo.

 ocaml-ssl.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-ssl.spec b/ocaml-ssl.spec
index 8368c4c..fd2e07e 100644
--- a/ocaml-ssl.spec
+++ b/ocaml-ssl.spec
@@ -39,9 +39,11 @@ developing applications that use %{name}.
 
 %build
 %configure --libdir=%{_libdir}
+# Parallel builds don't work.
+unset MAKEFLAGS
 %if %opt
-OCAMLC="ocamlc.opt -g"
-OCAMLOPT="ocamlopt.opt -g"
+export OCAMLC="ocamlc.opt -g"
+export OCAMLOPT="ocamlopt.opt -g"
 %endif
 make
 


More information about the scm-commits mailing list