Page MenuHomeFreeBSD

libpmcstat: Don't install the header
AbandonedPublic

Authored by manu on Mar 23 2020, 12:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 28 2023, 6:42 AM
Unknown Object (File)
Dec 20 2023, 6:23 AM
Unknown Object (File)
Dec 19 2023, 5:17 AM
Unknown Object (File)
Sep 25 2023, 6:58 PM
Unknown Object (File)
Jul 8 2023, 3:40 PM
Unknown Object (File)
Mar 9 2023, 7:45 PM
Subscribers

Details

Reviewers
emaste
pizzamig
bapt
Group Reviewers
pkgbase
Summary

libpmcstat is an internallib so don't install the header.
This "solves" a problem with pkgbase where a libpmcstat-development package
is created and due to how packages are created we add a dependency to a
libpmcstat package that doesn't exists.

Reported-by: pizzamig
Signed-off-by: Emmanuel Vadot <manu@freebsd.org>

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30058
Build 27869: arc lint + arc unit

Event Timeline

Why not just removing the line?

In D24163#531328, @bapt wrote:

Why not just removing the line?

Just in case one day we stop making libpmcstat internallib, but I can remove it now if you prefer.

This revision is now accepted and ready to land.Mar 23 2020, 12:42 PM

Fine with me, but I wonder, can we just have the mk file automatically not install headers if INTERNALLIB?