mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add libypclnt to the prebuild library list, and record its dependency on
librpcsvc.
This commit is contained in:
parent
d96118005f
commit
004e686359
1 changed files with 3 additions and 1 deletions
|
|
@ -739,9 +739,11 @@ _startup_libs+= gnu/lib/csu gnu/lib/libgcc
|
|||
|
||||
_prebuild_libs= lib/libcom_err lib/libcrypt lib/libkvm lib/libmd \
|
||||
lib/libncurses lib/libopie lib/libradius lib/librpcsvc \
|
||||
lib/libsbuf lib/libtacplus lib/libutil lib/libz lib/msun
|
||||
lib/libsbuf lib/libtacplus lib/libutil lib/libz lib/msun \
|
||||
lib/libypclnt
|
||||
|
||||
lib/libopie__L lib/libradius__L lib/libtacplus__L: lib/libmd__L
|
||||
lib/libypclnt__L: lib/librpcsvc__L
|
||||
|
||||
_generic_libs= lib gnu/lib
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue