From c19d14f1de84744632af6dae64e9fccf69cc3a7c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 11 Oct 2022 15:08:50 +0300 Subject: Switch to using -pthread instead of -lpthread in buildfiles --- libxerces-c/xercesc/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libxerces-c/xercesc/buildfile b/libxerces-c/xercesc/buildfile index b3cb923..1043c51 100644 --- a/libxerces-c/xercesc/buildfile +++ b/libxerces-c/xercesc/buildfile @@ -117,11 +117,11 @@ switch $tclass, $tsys # cxx.loptions += -Wl,--no-undefined - cxx.libs += -lm -lpthread + cxx.libs += -lm -pthread } default { - cxx.libs += -lpthread + cxx.libs += -pthread } } -- cgit v1.1