mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- (dtucker) [configure.ac] Have --without-toolchain-hardening not turn off
stack-protector since that has a separate flag that's been around a while.
This commit is contained in:
parent
6d725687c4
commit
9edcbff46f
@ -39,6 +39,8 @@
|
|||||||
- (dtucker) [openbsd-compat/bsd-statvfs.h] Only start including headers if we
|
- (dtucker) [openbsd-compat/bsd-statvfs.h] Only start including headers if we
|
||||||
need them to cut down on the name collisions.
|
need them to cut down on the name collisions.
|
||||||
- (dtucker) [configure.ac] Also look in inttypes.h for uintXX_t types.
|
- (dtucker) [configure.ac] Also look in inttypes.h for uintXX_t types.
|
||||||
|
- (dtucker) [configure.ac] Have --without-hardening not turn off
|
||||||
|
stack-protector since that has a separate flag that's been around a while.
|
||||||
|
|
||||||
20140118
|
20140118
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.553 2014/01/17 08:17:35 dtucker Exp $
|
# $Id: configure.ac,v 1.554 2014/01/17 10:54:32 dtucker Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999-2004 Damien Miller
|
# Copyright (c) 1999-2004 Damien Miller
|
||||||
#
|
#
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
|
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
|
||||||
AC_REVISION($Revision: 1.553 $)
|
AC_REVISION($Revision: 1.554 $)
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
|
|
||||||
@ -134,7 +134,6 @@ AC_ARG_WITH([stackprotect],
|
|||||||
AC_ARG_WITH([hardening],
|
AC_ARG_WITH([hardening],
|
||||||
[ --without-hardening Don't use toolchain hardening flags], [
|
[ --without-hardening Don't use toolchain hardening flags], [
|
||||||
if test "x$withval" = "xno"; then
|
if test "x$withval" = "xno"; then
|
||||||
use_stack_protector=0
|
|
||||||
use_toolchain_hardening=0
|
use_toolchain_hardening=0
|
||||||
fi ])
|
fi ])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user