ocaml-camomile/camomile-0.8.5-bytecode.patch
Richard W.M. Jones 49b685990e Possibly better way to enable bytecode builds.
Don't disable the -data subpackage this time.
2015-07-21 14:31:17 +01:00

12 lines
377 B
Diff

--- camomile-0.8.5/Makefile.in.orig 2015-07-21 14:28:26.837692955 +0100
+++ camomile-0.8.5/Makefile.in 2015-07-21 14:28:47.560716204 +0100
@@ -70,7 +70,7 @@
# Generic targets
#################
-all : byte $(OCAMLBEST) opt unidata unimaps charmap_data locale_data
+all : byte $(OCAMLBEST) unidata unimaps charmap_data locale_data
# Build the library
###################