From b31b6ad9dadc43cda4c4ec2d89468a5c6c963a62 Mon Sep 17 00:00:00 2001 From: dirk 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/mysql60-server/distinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/mysql60-server/distinfo') diff --git a/databases/mysql60-server/distinfo b/databases/mysql60-server/distinfo index a9fd4ce305d0..9963725622c1 100644 --- a/databases/mysql60-server/distinfo +++ b/databases/mysql60-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.25.tar.gz) = 6600933f468abb9a1db8e7c86e928d5d +MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c -- cgit