mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
customize, resize, sparsify, sysprep: Link explicitly with pthread
Cherry picked from guestfs-tools commit 87543dad61.
This commit is contained in:
@@ -169,6 +169,7 @@ OCAMLLINKFLAGS = \
|
||||
$(LINK_CUSTOM_OCAMLC_ONLY)
|
||||
|
||||
OCAMLCLIBS = \
|
||||
-pthread -lpthread \
|
||||
-lutils \
|
||||
$(LIBTINFO_LIBS) \
|
||||
$(LIBCRYPT_LIBS) \
|
||||
|
||||
@@ -72,6 +72,7 @@ OCAMLPACKAGES += -package gettext-stub
|
||||
endif
|
||||
|
||||
OCAMLCLIBS = \
|
||||
-pthread -lpthread \
|
||||
-lprogress \
|
||||
-lutils \
|
||||
$(LIBTINFO_LIBS) \
|
||||
|
||||
@@ -80,6 +80,7 @@ OCAMLPACKAGES += -package gettext-stub
|
||||
endif
|
||||
|
||||
OCAMLCLIBS = \
|
||||
-pthread -lpthread \
|
||||
-lprogress \
|
||||
-lutils \
|
||||
$(LIBTINFO_LIBS) \
|
||||
|
||||
@@ -129,6 +129,7 @@ OCAMLPACKAGES += -package gettext-stub
|
||||
endif
|
||||
|
||||
OCAMLCLIBS = \
|
||||
-pthread -lpthread \
|
||||
-lvisit \
|
||||
-lstructs \
|
||||
-lutils \
|
||||
|
||||
Reference in New Issue
Block a user