1 From 48a378ae647cbd6f8466bd0e8dbb04400bb175a8 Mon Sep 17 00:00:00 2001
2 From: Eduardo Valentin <eduardo.valentin@openpossa.org>
3 Date: Thu, 24 Jul 2008 16:05:09 -0400
4 Subject: [PATCH 1/1] Remove -Werror from build
6 Remove -Werror from build
8 Signed-off-by: Eduardo Valentin <eduardo.valentin@openpossa.org>
11 1 files changed, 3 insertions(+), 3 deletions(-)
13 Index: mozilla-1.9.1/configure
14 ===================================================================
15 --- mozilla-1.9.1.orig/configure
16 +++ mozilla-1.9.1/configure
17 @@ -5525,7 +5525,7 @@ if test "$GNU_CC"; then
18 # Don't allow undefined symbols in libraries
19 DSO_LDOPTS="$DSO_LDOPTS -Wl,-z,defs"
21 - WARNINGS_AS_ERRORS='-Werror'
22 + WARNINGS_AS_ERRORS=''
24 DSO_PIC_CFLAGS='-fPIC'
25 ASFLAGS="$ASFLAGS -fPIC"
26 @@ -7104,7 +7104,7 @@ EOF
30 - WARNINGS_AS_ERRORS='-Werror'
31 + WARNINGS_AS_ERRORS=''
32 MOZ_DEBUG_FLAGS="-g -fno-inline"
33 MOZ_OPTIMIZE_FLAGS="-O2"
34 MOZ_OPTIMIZE_LDFLAGS="-s -Zlinker /EXEPACK:2 -Zlinker /PACKCODE -Zlinker /PACKDATA"
35 @@ -7283,7 +7283,7 @@ else
39 - WARNINGS_AS_ERRORS='-Werror'
40 + WARNINGS_AS_ERRORS=''
41 MOZ_OPTIMIZE_FLAGS="-xO4"
42 MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_FLAGS) $(DSO_LDOPTS) -h $@ -o $@'
43 MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -z muldefs -h $@ -o $@'