diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-01 07:15:09 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-01 07:15:09 +0000 |
commit | eff0021f23748979a14d15ff8d48b4e9ea0a01fc (patch) | |
tree | 0783c546549a7063f5a0211a0d27d3c6195c8f5d /databases/mysql41-server/files/patch-Makefile.in | |
parent | Update to 1.3.15 with a lot of new backend features including a redone (diff) |
- Update to 4.1.2 release
- Add experimental WITH_PROC_SCOPE_PTH knob to use process scope
threads instead of system scope threads with libpthread
Diffstat (limited to '')
-rw-r--r-- | databases/mysql41-server/files/patch-Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql41-server/files/patch-Makefile.in b/databases/mysql41-server/files/patch-Makefile.in index 94f38623fcf4..1ec46e3b31bb 100644 --- a/databases/mysql41-server/files/patch-Makefile.in +++ b/databases/mysql41-server/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon Dec 1 13:55:28 2003 -+++ Makefile.in Wed Dec 10 00:18:16 2003 -@@ -209,12 +209,7 @@ +--- Makefile.in.orig Fri May 28 21:38:32 2004 ++++ Makefile.in Mon May 31 15:10:44 2004 +@@ -282,12 +282,7 @@ # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE README COPYING zlib @@ -8,7 +8,7 @@ - @readline_topdir@ sql-common \ - @thread_dirs@ pstack @sql_client_dirs@ \ - @sql_server_dirs@ scripts man tests SSL\ -- BUILD @netware_dir@ os2 @libmysqld_dirs@ \ +- BUILD netware os2 @libmysqld_dirs@ \ - @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ +SUBDIRS = |