mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
resize: Depend explicitly on Unix module.
Commit a0722c7ad8 introduced a
dependency on the Unix module. This was not listed in the list of
'-package's, but as long as you had ocaml-gettext installed it would
still work because that pulled in Unix implicitly.
Thanks Olaf Hering.
This commit is contained in:
@@ -56,7 +56,7 @@ bin_SCRIPTS = virt-resize
|
||||
# -I $(top_builddir)/src/.libs is a hack which forces corresponding -L
|
||||
# option to be passed to gcc, so we don't try linking against an
|
||||
# installed copy of libguestfs.
|
||||
OCAMLPACKAGES = -package str -I $(top_builddir)/src/.libs -I ../ocaml
|
||||
OCAMLPACKAGES = -package str,unix -I $(top_builddir)/src/.libs -I ../ocaml
|
||||
if HAVE_OCAML_PKG_GETTEXT
|
||||
OCAMLPACKAGES += -package gettext-stub
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user