mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build librtld_db.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
295790277a
commit
fb05b66676
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
|
|||
${_libpmc} \
|
||||
${_libproc} \
|
||||
librt \
|
||||
${_librtld_db} \
|
||||
${_libsdp} \
|
||||
${_libsm} \
|
||||
${_libsmb} \
|
||||
|
|
@ -174,6 +175,7 @@ _libncp= libncp
|
|||
_libsmb= libsmb
|
||||
_libvgl= libvgl
|
||||
_libproc= libproc
|
||||
_librtld_db= librtld_db
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "ia64"
|
||||
|
|
|
|||
Loading…
Reference in a new issue