1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/databases/mysql60-server/files/patch-configure
Andreas Klemm b78ea479a5 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
1998-09-13 17:23:33 +00:00

12 lines
363 B
Plaintext

--- 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