From ca7f72dba1f77900bf701ac2b2a00f9ec6a5c824 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Fri, 17 Sep 1999 19:51:56 +0000 Subject: - upgrade to 3.22.26a - use --enable-assembler for ${ARCH}==i386 Requested by: Martin Nilsson There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files, gcc will "hang" forever, because the assembler is called with '-' and noone is sending data. As a workaround use .S (capital s) files. Then cpp will be called prior to as and thus a pipe can be build. --- databases/mysql55-server/files/patch-ap | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/mysql55-server/files/patch-ap (limited to 'databases/mysql55-server/files/patch-ap') diff --git a/databases/mysql55-server/files/patch-ap b/databases/mysql55-server/files/patch-ap new file mode 100644 index 000000000000..f42968f78ee6 --- /dev/null +++ b/databases/mysql55-server/files/patch-ap @@ -0,0 +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 @@ + pkglib_LIBRARIES = libmystrings.a + # 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) -- cgit v1.2.3