mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Enable libpthread build for powerpc
This commit is contained in:
parent
0f47890401
commit
98707ef546
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ _libncp= libncp
|
|||
_libsmb= libsmb
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "powerpc" && !defined(NOLIBPTHREAD)
|
||||
.if !defined(NOLIBPTHREAD)
|
||||
_libpthread= libpthread
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue