mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Keep in-sync MK_SSP=no option both with kernel and userspace.
Pointed out by: emaste Sponsored by: DARPA, AFRL Sponsored by: HEIF5
This commit is contained in:
parent
32797df534
commit
11dc8730a6
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ BROKEN_OPTIONS+= CDDL ZFS
|
|||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "mips"
|
||||
BROKEN_OPTIONS+= CDDL ZFS
|
||||
BROKEN_OPTIONS+= CDDL ZFS SSP
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} == "powerpc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue