]> git.pld-linux.org Git - packages/ocaml.git/blobdiff - ocaml.spec
- filter out native compiler deps on non-native builds
[packages/ocaml.git] / ocaml.spec
index 6b2462fbdaffaa0818dd81eb815ec7a0b165c23f..76e4105430d291ac2a88701abcd43331580295ff 100644 (file)
@@ -14,7 +14,7 @@ Summary:      The Objective Caml compiler and programming environment
 Summary(pl.UTF-8):     Kompilator OCamla (Objective Caml) oraz środowisko programistyczne
 Name:          ocaml
 Version:       4.12.0
-Release:       2
+Release:       3
 Epoch:         1
 License:       QPL v1.0 with linking exception (compiler), LGPL v2 with linking exception (library)
 Group:         Development/Languages
@@ -43,6 +43,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags       -fno-strict-aliasing
 
+%if %{without ocaml_opt}
+%define                _noautoreq      Backend_intf Inlining_decision_intf Simplify_boxed_integer_ops_intf
+%endif
+
 %description
 Objective Caml is a high-level, strongly-typed, functional and
 object-oriented programming language from the ML family of languages.
This page took 0.045138 seconds and 4 git commands to generate.