index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2010-09-27 16:04:10 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2010-09-27 16:06:52 +1000 |
commit | 900605912b32d08ece7a3e80e4c6b258485676b7 (patch) | |
tree | 6b73de46b1b37398409200d2da4b0902fe0220a1 /configure.ac | |
parent | 28c662e7a422314475cca61663695dd31fd86546 (diff) |
-rw-r--r-- | configure.ac | 1 |
diff --git a/configure.ac b/configure.ac index b4570f58..76e36c8b 100644 --- a/configure.ac +++ b/configure.ac @@ -316,6 +316,7 @@ if test "x$debug" = "xyes" ; then # Check for -fstack-protector availability GCC_STACK_PROTECT_LIB GCC_STACK_PROTECT_CC + GCC_FORTIFY_SOURCE_CC CFLAGS="$CFLAGS -g -Wall -Werror" else AC_MSG_RESULT(no) |