@@ -0,0 +1,22 @@
+Index: security/coreconf/Linux.mk
+===================================================================
+RCS file: /cvsroot/mozilla/security/coreconf/Linux.mk,v
+retrieving revision 1.27.2.3
+diff -u -p -6 -r1.27.2.3 Linux.mk
+--- security/coreconf/Linux.mk 25 Apr 2006 01:32:16 -0000 1.27.2.3
++++ security/coreconf/Linux.mk 5 Dec 2007 15:55:35 -0000
+@@ -145,13 +145,13 @@ ifeq ($(OS_RELEASE),2.0)
+ endif
+ PROCESS_MAP_FILE = grep -v ';-' $< | \
+ sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
+ endif
+
+ ifdef BUILD_OPT
+- OPTIMIZER = -O2
++ OPTIMIZER = $(OPT_FLAGS)
+ endif
+
+ ifeq ($(USE_PTHREADS),1)
+ OS_PTHREAD = -lpthread
+ endif
+
|