diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-07 22:35:56 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-07 22:35:56 +0000 |
commit | de0d39c4f762397b36a0399cfda039aecf78050a (patch) | |
tree | 4d5e69a5123e76d8293f55e5d14e3905c2983031 /databases/mysql51-server/files/patch-configure | |
parent | Upgrade to version 1.9.3 (diff) |
Cleanups:
- don't pollute CFLAGS with extra optimizer flags
- remove part of patch-ac which forces -pthread instead of -lc_r
(was included in the main distribution)
- don't name freebsd version in mit-pthreads/config/configure
explicitly. settings work for 2.*, 3.* and 4.*.
Notes
Notes:
svn path=/head/; revision=16558
Diffstat (limited to 'databases/mysql51-server/files/patch-configure')
-rw-r--r-- | databases/mysql51-server/files/patch-configure | 41 |
1 files changed, 28 insertions, 13 deletions
diff --git a/databases/mysql51-server/files/patch-configure b/databases/mysql51-server/files/patch-configure index 1d3aac9b1479..26a6ce1c6fc7 100644 --- a/databases/mysql51-server/files/patch-configure +++ b/databases/mysql51-server/files/patch-configure @@ -1,8 +1,8 @@ ---- configure.orig Wed Nov 4 23:00:15 1998 -+++ configure Mon Nov 30 23:35:59 1998 -@@ -2197,30 +2197,7 @@ +--- configure.orig Wed Jan 27 14:41:59 1999 ++++ configure Thu Feb 4 19:50:16 1999 +@@ -2199,30 +2199,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2199: checking "how to check if pid exists"" >&5 + echo "configure:2201: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -32,12 +32,27 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 # Check if a pid is valid -@@ -3484,7 +3461,7 @@ - echo "configure:3485: checking "named thread libs:"" >&5 - if test "$with_named_thread" != "no" - then -- LIBS="$LIBS $with_named_thread" -+ LIBS="-pthread $LIBS" - with_posix_threads="yes" - with_mit_threads="no" - echo "$ac_t"""$with_named_thread"" 1>&6 +@@ -3684,8 +3661,6 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lc_r $LIBS" +- + else + echo "$ac_t""no" 1>&6 + fi +@@ -3935,14 +3910,6 @@ + else + CFLAGS="$CFLAGS -DDBUG_OFF" + CXXFLAGS="$CXXFLAGS -DDBUG_OFF" +- if test "$ac_cv_prog_gcc" = "yes" +- then +- CFLAGS="-O6 $CFLAGS" +- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++ +- else +- CFLAGS="-O $CFLAGS" +- CXXFLAGS="-O $CXXFLAGS" +- fi + fi + + # Force static compilation to avoid linking probles/get more speed |