summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-03-16 22:55:18 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-03-16 22:55:46 +0000
commitab13268c5026cd0c5e047081611772364b2a1393 (patch)
tree67285cea033768d028cba04bbd96289810f82c5b
parent437dd9c51167f085315a134253e8c4f18c63138d (diff)
Makeconf: Add missing vpath
* Makeconf (vpath): Add $(libdir)/ for libpthread.%, libbz2.%, and libz.%.
-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)