]> git.draconx.ca Git - gentoo-draconx.git/blob - net-libs/libmapi/files/libmapi-2.3-no-useless-cflags.patch
Add ebuilds for libmapi and evolution-mapi.
[gentoo-draconx.git] / net-libs / libmapi / files / libmapi-2.3-no-useless-cflags.patch
1 diff --git a/configure.ac b/configure.ac
2 index a5553a067a31..ed27ceda64f7 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -314,7 +314,7 @@ dnl Intel Compiler
6      COMPILER_OPTIONS_CXX="$COMPILER_OPTIONS_SHARED"
7  else
8  dnl GNU Compiler
9 -    COMPILER_OPTIONS_SHARED="-Wall -fstrict-aliasing -Wp,-D_FORTIFY_SOURCE=2"
10 +    COMPILER_OPTIONS_SHARED="-Wall"
11      if test "x$use_cov" = "xyes"; then
12          COMPILER_OPTIONS_SHARED="-O0 $COMPILER_OPTIONS_SHARED"
13      else
14 -- 
15 2.4.10
16