diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-05 21:03:03 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-05 21:03:03 +0000 |
commit | c73aca2ef0ab80026d0c11da182f2ad6567b19f2 (patch) | |
tree | a50a859b5d665a67576edb18b13e837a77a3966c /databases/mysql322-server/files/patch-an | |
parent | Update 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/mysql322-server/files/patch-an')
-rw-r--r-- | databases/mysql322-server/files/patch-an | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/databases/mysql322-server/files/patch-an b/databases/mysql322-server/files/patch-an index ca3680549992..00190736f765 100644 --- a/databases/mysql322-server/files/patch-an +++ b/databases/mysql322-server/files/patch-an @@ -1,16 +1,15 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ +--- Makefile.in.orig Sat Jan 1 17:59:38 2000 ++++ Makefile.in Mon Jan 3 17:19:23 2000 +@@ -144,7 +144,11 @@ # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- +-SUBDIRS = include @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts tests man @bench_dirs@ support-files +.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man ++SUBDIRS = include @readline_dir@ client tests man +.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files ++SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files +.endif + # Relink after clean - CLEANFILES = linked_client_sources |