5373cd587b
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 commit9c0d3bbc74
. Revert "New upstream version 0.8.6." This reverts commit194663eaf7
.
12 lines
375 B
Diff
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
|
|
#################
|