The branch stable/13 has been updated by jrtc27:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e06a24658ad2916754219e9a46ef91b44041b5d1

commit e06a24658ad2916754219e9a46ef91b44041b5d1
Author:     Jessica Clarke <[email protected]>
AuthorDate: 2021-12-06 18:03:04 +0000
Commit:     Jessica Clarke <[email protected]>
CommitDate: 2022-01-24 23:59:12 +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
    
    (cherry picked from commit 7ba31d58f00197b491828c981228faf6ae99a6c2)
---
 tools/build/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/build/Makefile b/tools/build/Makefile
index 31d027f75ce2..12fd9521ae1b 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -334,6 +334,7 @@ INSTALLDIR_LIST= \
        usr/include/private/ucl \
        usr/include/private/zstd \
        usr/lib \
+       usr/libdata/pkgconfig \
        usr/libexec
 
 installdirs:

Reply via email to