mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove last traces of USEPRIVATELIB
This commit is contained in:
parent
1ed2002089
commit
6bfeda9890
1 changed files with 0 additions and 3 deletions
|
|
@ -298,9 +298,6 @@ DPADD_gssapi_krb5+= ${DPADD_pthread}
|
|||
LDADD_gssapi_krb5+= ${LDADD_pthread}
|
||||
|
||||
.for _l in ${LIBADD}
|
||||
.if ${_PRIVATELIBS:M${_l}}
|
||||
USEPRIVATELIB+= ${_l}
|
||||
.endif
|
||||
DPADD+= ${DPADD_${_l}:Umissing-dpadd_${_l}}
|
||||
LDADD+= ${LDADD_${_l}}
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue