about summary refs log tree commit diff
path: root/src/nix-store/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/local.mk')
-rw-r--r--src/nix-store/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/local.mk b/src/nix-store/local.mk
index dc049f348ff7..b887fe03389b 100644
--- a/src/nix-store/local.mk
+++ b/src/nix-store/local.mk
@@ -6,6 +6,6 @@ nix-store_SOURCES := $(wildcard $(d)/*.cc)
 
 nix-store_LIBS = libmain libstore libutil libformat
 
-nix-store_LDFLAGS = -lbz2
+nix-store_LDFLAGS = -lbz2 -pthread
 
 nix-store_CXXFLAGS = -DCURL=\"$(curl)\"