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/mysql54-server/files/patch-ab | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'databases/mysql54-server/files/patch-ab') diff --git a/databases/mysql54-server/files/patch-ab b/databases/mysql54-server/files/patch-ab index 52b6b394986d..04825c3dc4b1 100644 --- a/databases/mysql54-server/files/patch-ab +++ b/databases/mysql54-server/files/patch-ab @@ -1,5 +1,5 @@ ---- scripts/mysql_install_db.sh.orig Mon Mar 1 20:08:17 1999 -+++ scripts/mysql_install_db.sh Thu Mar 4 22:05:57 1999 +--- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 ++++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 @@ -15,10 +15,6 @@ force=0 IN_RPM=0 @@ -20,3 +20,16 @@ hostname=`hostname` # Install this too in the user table # Check if hostname is valid +@@ -255,12 +249,6 @@ + END_OF_DATA + then + echo "" +- if test "$IN_RPM" -eq 0 +- then +- echo "To start mysqld at boot time you have to copy support-files/mysql.server" +- echo "to the right place for your system" +- echo +- fi + echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" + echo "This is done with:" + echo "$bindir/mysqladmin -u root password 'new-password'" -- cgit v1.2.3