mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add LIBRTLD_DB.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
13d8eedae7
commit
8589ca8418
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ LIBROKEN?= ${DESTDIR}${LIBDIR}/libroken.a
|
|||
LIBRPCSVC?= ${DESTDIR}${LIBDIR}/librpcsvc.a
|
||||
LIBRPCSEC_GSS?= ${DESTDIR}${LIBDIR}/librpcsec_gss.a
|
||||
LIBRT?= ${DESTDIR}${LIBDIR}/librt.a
|
||||
LIBRTLD_DB?= ${DESTDIR}${LIBDIR}/librtld_db.a
|
||||
LIBSBUF?= ${DESTDIR}${LIBDIR}/libsbuf.a
|
||||
LIBSDP?= ${DESTDIR}${LIBDIR}/libsdp.a
|
||||
LIBSMB?= ${DESTDIR}${LIBDIR}/libsmb.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue