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/mysql55-server/files/patch-include::Makefile.in | |
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/mysql55-server/files/patch-include::Makefile.in')
-rw-r--r-- | databases/mysql55-server/files/patch-include::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/mysql55-server/files/patch-include::Makefile.in b/databases/mysql55-server/files/patch-include::Makefile.in new file mode 100644 index 000000000000..ed7654838e66 --- /dev/null +++ b/databases/mysql55-server/files/patch-include::Makefile.in @@ -0,0 +1,14 @@ +--- include/Makefile.in.orig Sat Jan 1 17:59:41 2000 ++++ include/Makefile.in Wed Jan 5 21:04:23 2000 +@@ -259,7 +259,11 @@ + + install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ++.if defined(CLIENT_ONLY) + install: install-am ++.else ++install: ++.endif + uninstall-am: uninstall-pkgincludeHEADERS + uninstall: uninstall-am + all-am: Makefile $(HEADERS) all-local |