mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
We don't build libc_r on sparc64 for the moment.
This commit is contained in:
parent
f7f8fa6135
commit
2d80eecc97
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ SUBDIR+=ipftest \
|
|||
iptest
|
||||
.endif
|
||||
|
||||
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
|
||||
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
|
||||
SUBDIR+=pppctl
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue