From f5c7302c7beb9094496bb29fec42713854a33290 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 11 Jun 2015 12:40:02 +0000 Subject: [PATCH] - configure.ac: have HOPM to compile with -fstack-protector-strong and -fstack-protector, respectively, depending on what the compiler supports git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6103 82007160-df01-0410-b94d-b575c5fd34c7 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index ab6ce79..571dd27 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,9 @@ AC_PROG_YACC dnl check for lexx AM_PROG_LEX +GCC_STACK_PROTECT_CC +GCC_STACK_PROTECT_LIB + AX_LIBRARY_NET AX_ARG_ENABLE_ASSERT -- 2.30.2