mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Introduce WITHOUT_SSP option that allows users to exclude LGPLed
libssp from the build.
This commit is contained in:
parent
d9e2d1a3b5
commit
36aa6a9be5
2 changed files with 3 additions and 0 deletions
|
|
@ -350,6 +350,7 @@ WITH_IDEA=
|
|||
SENDMAIL \
|
||||
SETUID_LOGIN \
|
||||
SHAREDOCS \
|
||||
SSP \
|
||||
SYMVER \
|
||||
SYSCONS \
|
||||
TCSH \
|
||||
|
|
|
|||
2
tools/build/options/WITHOUT_SSP
Normal file
2
tools/build/options/WITHOUT_SSP
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not build propolice stack smashing protection library.
|
||||
Loading…
Reference in a new issue