ocaml-camomile/camomile-0.8.3-enable-debug.patch
Richard W.M. Jones 5373cd587b Revert back to pre-release of 0.8.6.
The 0.8.6 version throws a Not_found error which breaks ocaml-gettext.
Revert back to the previous working version.

Revert "Avoid a stack overflow in the OCaml 4.05 compiler on POWER only."

This reverts commit 9c0d3bbc74.

Revert "New upstream version 0.8.6."

This reverts commit 194663eaf7.
2017-10-19 17:58:41 +01:00

12 lines
375 B
Diff

--- camomile-0.8.3/Makefile.in.old 2013-09-14 07:39:54.498539889 +0100
+++ camomile-0.8.3/Makefile.in 2013-09-14 07:40:02.920552224 +0100
@@ -65,7 +65,7 @@
SUBDIR = -I internal -I public -I toolslib -I .
INCLUDES = $(SUBDIR)
BFLAGS = $(BOPTIONS) $(INCLUDES)
-OFLAGS = $(OOPTIONS) $(INCLUDES)
+OFLAGS = $(OOPTIONS) $(INCLUDES) -g
# Generic targets
#################