mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build libthread_db on PowerPC.
This commit is contained in:
parent
e4e9813eb9
commit
fac8eae5bc
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ _libpthread= libpthread
|
|||
_libthr= libthr
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc"
|
||||
.if ${MACHINE_ARCH} != "arm"
|
||||
_libthread_db= libthread_db
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue