summaryrefslogtreecommitdiff
path: root/libstore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/Makefile')
-rw-r--r--libstore/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstore/Makefile b/libstore/Makefile
index 9381b95c..eafdd0a7 100644
--- a/libstore/Makefile
+++ b/libstore/Makefile
@@ -53,6 +53,7 @@ libstore.so-LDLIBS += $(PARTED_LIBS) -ldl
installhdrs=store.h
HURDLIBS = shouldbeinlibc
+LDLIBS += -lpthread
GUNZIP_OBJS = unzip.o inflate.o util.o
BUNZIP2_OBJS = do-bunzip2.o
OBJS = $(SRCS:.c=.o) $(GUNZIP_OBJS) $(BUNZIP2_OBJS)