dovecot-2.2: configure: Removed accidentally enabled clang -fsan...

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 25 09:07:20 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/5be9659a2738
changeset: 15926:5be9659a2738
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 25 09:07:13 2013 +0200
description:
configure: Removed accidentally enabled clang -fsanitize options for now.

diffstat:

 configure.ac |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 558b0b13779d -r 5be9659a2738 configure.ac
--- a/configure.ac	Sun Feb 24 19:48:55 2013 +0200
+++ b/configure.ac	Mon Feb 25 09:07:13 2013 +0200
@@ -290,7 +290,6 @@
 AC_PROG_CXX # lucene plugin needs this
 AC_HEADER_STDC
 AC_C_INLINE
-AC_C_TYPEOF
 AC_PROG_LIBTOOL
 AM_ICONV
 
@@ -346,7 +345,8 @@
 if test "$have_clang" = "yes"; then
   # clang specific options
   if test "$want_devel_checks" = "yes"; then
-    CFLAGS="$CFLAGS -fsanitize=address,integer,undefined -ftrapv"
+    # FIXME: enable once md[45], sha[12] can be compiled without
+    #CFLAGS="$CFLAGS -fsanitize=integer,undefined -ftrapv"
   fi
 fi
 


More information about the dovecot-cvs mailing list