openssh: add '--without-stackprotect' configure option

The configure ckeck for the stack protection feature succeeds with GCC 6,
even though the required runtime functions are missing.

Issue #2386
This commit is contained in:
Christian Prochaska 2017-03-10 11:24:20 +01:00 committed by Christian Helmuth
parent e317eca9a5
commit d1bd39cebb

View File

@ -9,6 +9,7 @@ CONFIGURE_ARGS += --disable-ip6 \
--with-md5-passwords \
--without-zlib-version-check \
--with-ssl-engine \
--without-stackprotect \
--disable-finger \
--disable-gopher \
--disable-news \