summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-09-13 17:23:33 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-09-13 17:23:33 +0000
commitb78ea479a593c15b16ae697c53f77f7b2d511f48 (patch)
treecac28f4f4b075b6f23b6d3c1602e2851269a1503 /databases
parentuse patch-ak from apache3 port (erase pid file) (diff)
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-ag11
-rw-r--r--databases/mysql323-server/files/patch-ag11
-rw-r--r--databases/mysql40-server/files/patch-configure11
-rw-r--r--databases/mysql41-server/files/patch-configure11
-rw-r--r--databases/mysql50-server/files/patch-configure11
-rw-r--r--databases/mysql51-server/files/patch-configure11
-rw-r--r--databases/mysql54-server/files/patch-configure11
-rw-r--r--databases/mysql55-server/files/patch-configure11
-rw-r--r--databases/mysql60-server/files/patch-configure11
-rw-r--r--databases/percona55-server/files/patch-configure11
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