ocaml-bin-prot/ocaml-bin-prot-2.0.9-remove-Werror.patch
Richard W.M. Jones 6d78d452e3 Remove -Werror from compiler flags. Fixes FTBFS (RHBZ#1106613).
- Move configure into build section (instead of prep).
- Use global instead of define.
2014-06-18 15:12:22 +01:00

11 lines
349 B
Diff

--- bin_prot-2.0.9/myocamlbuild.ml.old 2014-06-18 15:09:21.737703940 +0100
+++ bin_prot-2.0.9/myocamlbuild.ml 2014-06-18 15:09:32.988696920 +0100
@@ -517,7 +517,6 @@
"-pedantic";
"-Wextra";
"-Wunused";
- "-Werror";
"-Wno-long-long";
]
in