From 181152e90679f1002e354c227b4fb92e96c3a8e9 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 11 Jun 2015 12:38:55 +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/trunk@6102 82007160-df01-0410-b94d-b575c5fd34c7 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index faf06e4..e7df38b 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