]> git.pld-linux.org Git - packages/virt-top.git/blob - makefile_fix.patch
rel 2; fix build
[packages/virt-top.git] / makefile_fix.patch
1 --- virt-top-1.0.8/virt-top/Makefile.in~        2012-03-06 12:32:12.000000000 +0100
2 +++ virt-top-1.0.8/virt-top/Makefile.in 2017-03-21 17:15:44.275117838 +0100
3 @@ -64,11 +64,11 @@
4  
5  XOBJS          := $(OBJS:.cmo=.cmx)
6  
7 -OCAMLCFLAGS    := -g -warn-error A
8 +OCAMLCFLAGS    := -g
9  OCAMLCLIBS     := -linkpkg
10  
11  OCAMLOPTPACKAGES := $(OCAMLCPACKAGES)
12 -OCAMLOPTFLAGS  := -warn-error A
13 +OCAMLOPTFLAGS  :=
14  OCAMLOPTLIBS   := $(OCAMLCLIBS)
15  
16  BYTE_TARGETS   := virt-top
This page took 0.06567 seconds and 3 git commands to generate.