mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b78ea479a5
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
12 lines
363 B
Plaintext
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
|