diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-09-13 17:23:33 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-09-13 17:23:33 +0000 |
commit | b78ea479a593c15b16ae697c53f77f7b2d511f48 (patch) | |
tree | cac28f4f4b075b6f23b6d3c1602e2851269a1503 /databases | |
parent | 28a179bc5c1c1fff85f261aa26d547640c65460a (diff) | |
download | ports-b78ea479a593c15b16ae697c53f77f7b2d511f48.tar.gz ports-b78ea479a593c15b16ae697c53f77f7b2d511f48.zip |
link with -pthread = -nostdlib und -lc_r
not only using -lc_r what would result in linking in libc and libc_r
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Obtained from: John Birrell
Notes
Notes:
svn path=/head/; revision=13097
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql322-server/files/patch-ag | 11 | ||||
-rw-r--r-- | databases/mysql323-server/files/patch-ag | 11 | ||||
-rw-r--r-- | databases/mysql40-server/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql41-server/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql50-server/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql51-server/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql54-server/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql55-server/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql60-server/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/percona55-server/files/patch-configure | 11 |
10 files changed, 110 insertions, 0 deletions
diff --git a/databases/mysql322-server/files/patch-ag b/databases/mysql322-server/files/patch-ag new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql322-server/files/patch-ag @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/mysql323-server/files/patch-ag b/databases/mysql323-server/files/patch-ag new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql323-server/files/patch-ag @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/mysql40-server/files/patch-configure b/databases/mysql40-server/files/patch-configure new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql40-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/mysql41-server/files/patch-configure b/databases/mysql41-server/files/patch-configure new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql41-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/mysql50-server/files/patch-configure b/databases/mysql50-server/files/patch-configure new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql50-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/mysql51-server/files/patch-configure b/databases/mysql51-server/files/patch-configure new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql51-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/mysql54-server/files/patch-configure b/databases/mysql54-server/files/patch-configure new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql54-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/mysql55-server/files/patch-configure b/databases/mysql55-server/files/patch-configure new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql55-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql60-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 diff --git a/databases/percona55-server/files/patch-configure b/databases/percona55-server/files/patch-configure new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/percona55-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: 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 |