[Pkg-mysql-commits] r1011 - branches/sid-5.0/debian

Norbert Tretkowski nobse at alioth.debian.org
Mon Nov 19 21:07:13 UTC 2007


tags 436552 pending
thanks

Author: nobse
Date: 2007-11-19 21:07:13 +0000 (Mon, 19 Nov 2007)
New Revision: 1011

Modified:
   branches/sid-5.0/debian/changelog
   branches/sid-5.0/debian/rules
Log:
Remove old optimizations for MySQL 3.23.x.

Modified: branches/sid-5.0/debian/changelog
===================================================================
--- branches/sid-5.0/debian/changelog	2007-11-19 20:58:14 UTC (rev 1010)
+++ branches/sid-5.0/debian/changelog	2007-11-19 21:07:13 UTC (rev 1011)
@@ -2,8 +2,10 @@
 
   * Drop linux-libc-dev build-dependency, it's now being pulled by libc-dev
     which is build-essential. (closes: #431018)
+  * Remove old optimizations for MySQL 3.23.x, they are no longer required.
+    (closes: #436552)
 
- -- Norbert Tretkowski <nobse at debian.org>  Mon, 19 Nov 2007 09:33:37 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Mon, 19 Nov 2007 21:58:47 +0100
 
 mysql-dfsg-5.0 (5.0.45-3) unstable; urgency=high
 

Modified: branches/sid-5.0/debian/rules
===================================================================
--- branches/sid-5.0/debian/rules	2007-11-19 20:58:14 UTC (rev 1010)
+++ branches/sid-5.0/debian/rules	2007-11-19 21:07:13 UTC (rev 1011)
@@ -24,18 +24,6 @@
     USE_ASSEMBLER=--enable-assembler 
 endif
 
-ifeq ($(findstring $(ARCH), arm),$(ARCH))
-    FOMIT_FRAME_POINTER=
-else
-    FOMIT_FRAME_POINTER=-fomit-frame-pointer
-endif
-
-# trying to raise stability on i386. See #116631
-# don't use it on ia64
-ifeq ($(findstring $(ARCH),i386),$(ARCH))
-  FNO_EXCEPTIONS=-fno-exceptions
-endif
-
 # This causes seg11 crashes if LDAP is used for groups in /etc/nsswitch.conf
 # so it is disabled by default although, according to MySQL, it brings >10%
 # performance gain if enabled. See #299382.




More information about the Pkg-mysql-commits mailing list