mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
lib/libbl[ao]cklist: Use LIB_PACKAGE
This avoids e.g. utilities or ssh depending on the full blocklist package just because they link against libblocklist. This change moves files between packages so, until we have a proper policy on how to handle this in release/stable branches, it should not be MFC'd. MFC after: never Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53605
This commit is contained in:
parent
bde17e7663
commit
4028504b48
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
|
|||
.PATH: ${BLOCKLIST_DIR}/lib ${BLOCKLIST_DIR}/include ${BLOCKLIST_DIR}/port
|
||||
|
||||
PACKAGE= blocklist
|
||||
LIB_PACKAGE=
|
||||
|
||||
LIB= blacklist
|
||||
SHLIB_MAJOR= 0
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
|
|||
.PATH: ${BLOCKLIST_DIR}/lib ${BLOCKLIST_DIR}/include ${BLOCKLIST_DIR}/port
|
||||
|
||||
PACKAGE= blocklist
|
||||
LIB_PACKAGE=
|
||||
|
||||
LIB= blocklist
|
||||
SHLIB_MAJOR= 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue