mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build libproc and librtld_db for MIPS
This commit is contained in:
parent
fa1e9b3a72
commit
07d39325d6
1 changed files with 5 additions and 0 deletions
|
|
@ -197,6 +197,11 @@ _libefi= libefi
|
|||
_libsmb= libsmb
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "mips"
|
||||
_libproc= libproc
|
||||
_librtld_db= librtld_db
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "powerpc"
|
||||
_libsmb= libsmb
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue