summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
Diffstat (limited to 'distsrc')
-rwxr-xr-xdistsrc/client/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct
index d7a0832946d..75726ce560e 100755
--- a/distsrc/client/SConstruct
+++ b/distsrc/client/SConstruct
@@ -64,7 +64,7 @@ else:
if nix:
env.Append(CCFLAGS=["-O3", "-pthread"])
if linux:
- env.Append(LINKFLAGS=["-Wl,--as-needed", "-Wl,-zdefs"])
+ env.Append(LINKFLAGS=["-Wl,--as-needed", "-Wl,-zdefs", "-pthread"])
boostLibs = ["thread", "filesystem", "system"]
conf = Configure(env)