summaryrefslogtreecommitdiff
path: root/databases/mysql323-server
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql323-server')
-rw-r--r--databases/mysql323-server/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
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