Your message dated Thu, 26 Apr 2012 22:09:09 +0100
with message-id <[email protected]>
and subject line done
has caused the Debian Bug report #436551,
regarding please review old cruft/optimization options in debian/rules
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
436551: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436551
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mysql-dfsg-5.1
Version: 5.1.19beta-1
- #116631 was filed for version 3.x; is this still necessary in 5.1?
- does arm still need to be special cased?
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
--- End Message ---
--- Begin Message ---
There is no such code in either 5.1 or 5.5 now.
--- End Message ---