summaryrefslogtreecommitdiff
path: root/databases/mysql55-server/files/patch-ap
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-01-05 21:03:03 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-01-05 21:03:03 +0000
commitc73aca2ef0ab80026d0c11da182f2ad6567b19f2 (patch)
treea50a859b5d665a67576edb18b13e837a77a3966c /databases/mysql55-server/files/patch-ap
parentUpdate port to 2.4 (diff)
- upgrade to 3.22.29
- add -O0 for compiling sql/sql_yacc.cc. Otherwise gcc eats a lot of memory and cpu time. It seems to be a gcc compiler bug in conjunction with -O.
Notes
Notes: svn path=/head/; revision=24452
Diffstat (limited to 'databases/mysql55-server/files/patch-ap')
-rw-r--r--databases/mysql55-server/files/patch-ap18
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/mysql55-server/files/patch-ap b/databases/mysql55-server/files/patch-ap
index f42968f78ee6..097b449a181a 100644
--- a/databases/mysql55-server/files/patch-ap
+++ b/databases/mysql55-server/files/patch-ap
@@ -1,11 +1,11 @@
---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999
-+++ strings/Makefile.in Sun Sep 12 23:56:25 1999
-@@ -143,7 +143,7 @@
+--- strings/Makefile.in.orig Sat Jan 1 18:00:30 2000
++++ strings/Makefile.in Mon Jan 3 17:21:19 2000
+@@ -145,7 +145,7 @@
+ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include
pkglib_LIBRARIES = libmystrings.a
+ #no assembler
+-@ASSEMBLER_x86_TRUE@ASRCS = strings-x86.s longlong2str-x86.s
++@ASSEMBLER_x86_TRUE@ASRCS = strings-x86.S longlong2str-x86.S
+ @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_TRUE@ASRCS = bmove_upp-sparc.s strappend-sparc.s strend-sparc.s strinstr-sparc.s strmake-sparc.s strmov-sparc.s strnmov-sparc.s strstr-sparc.s strxmov-sparc.s
+ @ASSEMBLER_x86_FALSE@@ASSEMBLER_sparc_FALSE@ASRCS =
# These file MUST all be on the same line!! Otherwise automake
- # generats a very broken makefile
--@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s
-+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S
- @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c
-
- libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS)