diff options
author | kan <kan@FreeBSD.org> | 2007-05-19 04:42:59 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2007-05-19 04:42:59 +0000 |
commit | a7ed8c7d8ab65813a854f07c74b6e41291ad9dd8 (patch) | |
tree | 76466d9913a0a6e9f9d3849dd82e966c8893c0f5 /tools | |
parent | 925e7e54c56d8f6fc791592229dbc48948b6d174 (diff) | |
download | FreeBSD-src-a7ed8c7d8ab65813a854f07c74b6e41291ad9dd8.zip FreeBSD-src-a7ed8c7d8ab65813a854f07c74b6e41291ad9dd8.tar.gz |
Introduce WITHOUT_SSP option that allows users to exclude LGPLed
libssp from the build.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITHOUT_SSP | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_SSP b/tools/build/options/WITHOUT_SSP new file mode 100644 index 0000000..b95f843 --- /dev/null +++ b/tools/build/options/WITHOUT_SSP @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build propolice stack smashing protection library. |