mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
23 lines
455 B
Text
23 lines
455 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Fri Jun 1 00:47:29 2001
|
|
+++ configure Fri Jun 1 21:13:38 2001
|
|
@@ -2418,7 +2418,7 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-lc_r $LIBS"
|
|
+LIBS="-llthread -llgcc_r $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 2424 "configure"
|
|
#include "confdefs.h"
|
|
@@ -2452,7 +2452,7 @@
|
|
#define $ac_tr_lib 1
|
|
EOF
|
|
|
|
- LIBS="-lc_r $LIBS"
|
|
+ LIBS="-llthread -llgcc_r $LIBS"
|
|
|
|
else
|
|
echo "$ac_t""no" 1>&6
|