diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-04-06 22:28:44 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-04-06 22:28:44 +0000 |
commit | 4e40e94cc8bb5c1fd40f5b8d1bc67acd6e5ce746 (patch) | |
tree | 212cac55f07288ca2c405dfe45eccc4cc3f8d893 /databases/mysql60-server/files/patch-configure | |
parent | bb9e1fc649068ded8b29e54cc39f4ff4d7f45f6d (diff) |
- upgrade to 3.22.21
- pass ${CONFIGURE_ARGS} to mit-pthreads configure
Notes
Notes:
svn path=/head/; revision=17676
Diffstat (limited to 'databases/mysql60-server/files/patch-configure')
-rw-r--r-- | databases/mysql60-server/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure index 26a6ce1c6fc7..0f4d1b00d253 100644 --- a/databases/mysql60-server/files/patch-configure +++ b/databases/mysql60-server/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Wed Jan 27 14:41:59 1999 -+++ configure Thu Feb 4 19:50:16 1999 +--- configure.orig Mon Apr 5 01:46:35 1999 ++++ configure Tue Apr 6 23:08:43 1999 @@ -2199,30 +2199,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 echo "configure:2201: checking "how to check if pid exists"" >&5 @@ -56,3 +56,12 @@ fi # Force static compilation to avoid linking probles/get more speed +@@ -7004,7 +6971,7 @@ + echo "" + echo "Configuring MIT Pthreads" + # We will never install so installation paths are not needed. +- (cd mit-pthreads; sh ./configure) ++ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) + echo "End of MIT Pthreads configuration" + echo "" + fi |