From 7ba31d58f00197b491828c981228faf6ae99a6c2 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Mon, 6 Dec 2021 18:03:04 +0000 Subject: [PATCH] tools: Also create ${WORLDTMP}/legacy/usr/libdata/pkgonfig This is needed for the next commit which will make libz a bootstrap library as needed by ctfconvert. We could just not install the .pc file as it's not needed, but that requires a per-library hack every time a bootstrap library gains a .pc file, so this keeps bootstrap-tools looking as much like a normal build as possible. MFC after: 1 week --- tools/build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/Makefile b/tools/build/Makefile index ec9b11398ae..b9eff032cb8 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -344,6 +344,7 @@ INSTALLDIR_LIST= \ usr/include/private/ucl \ usr/include/private/zstd \ usr/lib \ + usr/libdata/pkgconfig \ usr/libexec installdirs: