diff options
author | dirk <dirk@FreeBSD.org> | 1999-02-07 22:35:56 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-02-07 22:35:56 +0000 |
commit | 83da2b076eb33590c4cb24f15d198a9dd6747e91 (patch) | |
tree | f80faa95578e075ce31ffaacd542426552e36665 /databases/mysql55-server/files | |
parent | 8a09177e85879df4ef0979a507ac350c189aba11 (diff) | |
download | FreeBSD-ports-83da2b076eb33590c4cb24f15d198a9dd6747e91.zip FreeBSD-ports-83da2b076eb33590c4cb24f15d198a9dd6747e91.tar.gz |
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.*.
Diffstat (limited to 'databases/mysql55-server/files')
-rw-r--r-- | databases/mysql55-server/files/patch-configure | 41 |
1 files changed, 28 insertions, 13 deletions
diff --git a/databases/mysql55-server/files/patch-configure b/databases/mysql55-server/files/patch-configure index 1d3aac9..26a6ce1 100644 --- a/databases/mysql55-server/files/patch-configure +++ b/databases/mysql55-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 |