git: 7ba31d58f001 - main - tools: Also create ${WORLDTMP}/legacy/usr/libdata/pkgonfig
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 19:17:05 UTC
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=7ba31d58f00197b491828c981228faf6ae99a6c2 commit 7ba31d58f00197b491828c981228faf6ae99a6c2 Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2021-12-06 18:03:04 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2021-12-06 19:16:27 +0000 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 ec9b11398ae9..b9eff032cb81 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: