]> git.pld-linux.org Git - packages/xen.git/blob - ocaml-4.12.patch
- updated to 4.17.3
[packages/xen.git] / ocaml-4.12.patch
1 --- xen-4.13.1/tools/ocaml/common.make~ 2020-05-14 14:19:32.000000000 +0200
2 +++ xen-4.13.1/tools/ocaml/common.make  2021-03-26 11:08:01.558827358 +0100
3 @@ -9,7 +9,7 @@
4  OCAMLYACC ?= ocamlyacc
5  OCAMLFIND ?= ocamlfind
6  
7 -CFLAGS += -fPIC -Werror -I$(shell ocamlc -where)
8 +CFLAGS += -fPIC -I$(shell ocamlc -where)
9  
10  OCAMLOPTFLAG_G := $(shell $(OCAMLOPT) -h 2>&1 | sed -n 's/^  *\(-g\) .*/\1/p')
11  OCAMLOPTFLAGS = $(OCAMLOPTFLAG_G) -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -cc $(CC) -w F -warn-error F
This page took 0.032988 seconds and 3 git commands to generate.