From ab13268c5026cd0c5e047081611772364b2a1393 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 16 Mar 2021 22:55:18 +0000 Subject: Makeconf: Add missing vpath * Makeconf (vpath): Add $(libdir)/ for libpthread.%, libbz2.%, and libz.%. --- Makeconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makeconf') 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) -- cgit v1.2.3