mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
common/mlxml: Remove -cclib from ocamlmklib.
ocamlmklib will get confused if the -cclib parameter expands to anything except a single -lxml2 argument. In any case it's not necessary to specify the linker command here since every use of this library links in a program to libxml2.
This commit is contained in:
@@ -85,7 +85,6 @@ libmlxml_a_DEPENDENCIES = $(OBJECTS)
|
||||
$(MLXML_CMA): $(OBJECTS) libmlxml.a
|
||||
$(OCAMLFIND) mklib $(OCAMLPACKAGES) \
|
||||
$(OBJECTS) $(libmlxml_a_OBJECTS) \
|
||||
-cclib '$(LIBXML2_LIBS)' \
|
||||
-o mlxml
|
||||
|
||||
# Dependencies.
|
||||
|
||||
Reference in New Issue
Block a user