commit 04f584f0e3d161eec6b566da133f6925f2942d7d
Author: Stephane Glondu <steph@glondu.net>
Date: Sun Mar 29 14:00:48 2009 +0200
Remove "-warn-error A" to work around FTBFS (Closes: #521674)
Index: trunk/tools/Makefile.inc.opt
===================================================================
--- trunk.orig/tools/Makefile.inc.opt
+++ trunk/tools/Makefile.inc.opt
@@ -5,8 +5,8 @@
CAMLP5F=-DUNIX
CAMLP5D=+camlp5
LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc.opt -warn-error A
-OCAMLOPT=ocamlopt.opt -warn-error A
+OCAMLC=ocamlc.opt
+OCAMLOPT=ocamlopt.opt
OCAMLI=
OCAMLD=
STRIP=strip
Index: trunk/tools/Makefile.inc.out
===================================================================
--- trunk.orig/tools/Makefile.inc.out
+++ trunk/tools/Makefile.inc.out
@@ -5,8 +5,8 @@
CAMLP5F=-DUNIX
CAMLP5D=+camlp5
LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc -warn-error A
-OCAMLOPT=ocamlopt -warn-error A
+OCAMLC=ocamlc
+OCAMLOPT=ocamlopt
OCAMLI=
OCAMLD=
STRIP=strip
Index: trunk/tools/Makefile.inc.win
===================================================================
--- trunk.orig/tools/Makefile.inc.win
+++ trunk/tools/Makefile.inc.win
@@ -5,8 +5,8 @@
CAMLP5F=-DWIN95
CAMLP5D=+camlp5
LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc.opt -warn-error A
-OCAMLOPT=ocamlopt.opt -warn-error A
+OCAMLC=ocamlc.opt
+OCAMLOPT=ocamlopt.opt
OCAMLI=
OCAMLD=
STRIP=true