mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Hook libthr to the build for PowerPC
This commit is contained in:
parent
a95a647dcc
commit
9c3078173a
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ _libpthread= libpthread
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
|
||||
.if ${MACHINE_ARCH} != "amd64"
|
||||
.if !defined(NOLIBTHR)
|
||||
_libthr= libthr
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue