aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index b4a5dbd5..d82d2fa9 100644
--- a/Makeconf
+++ b/Makeconf
@@ -503,6 +503,9 @@ endif
# Tell make where to find other -l libraries that we use
vpath libutil.% $(libdir)/
+vpath libpthread.% $(libdir)/
+vpath libbz2.% $(libdir)/
+vpath libz.% $(libdir)/
# The libstore_%.a files fetch symbols from libstore.so
ifneq ($(dir),libstore)