customize, resize, sparsify, sysprep: Link explicitly with pthread

Cherry picked from guestfs-tools commit 87543dad61.
This commit is contained in:
Richard W.M. Jones
2021-03-04 11:57:44 +00:00
parent 489b14b75e
commit 68a02c2f6c
4 changed files with 4 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ OCAMLLINKFLAGS = \
$(LINK_CUSTOM_OCAMLC_ONLY)
OCAMLCLIBS = \
-pthread -lpthread \
-lutils \
$(LIBTINFO_LIBS) \
$(LIBCRYPT_LIBS) \

View File

@@ -72,6 +72,7 @@ OCAMLPACKAGES += -package gettext-stub
endif
OCAMLCLIBS = \
-pthread -lpthread \
-lprogress \
-lutils \
$(LIBTINFO_LIBS) \

View File

@@ -80,6 +80,7 @@ OCAMLPACKAGES += -package gettext-stub
endif
OCAMLCLIBS = \
-pthread -lpthread \
-lprogress \
-lutils \
$(LIBTINFO_LIBS) \

View File

@@ -129,6 +129,7 @@ OCAMLPACKAGES += -package gettext-stub
endif
OCAMLCLIBS = \
-pthread -lpthread \
-lvisit \
-lstructs \
-lutils \