View | Details | Raw Unified | Return to bug 267758
Collapse All | Expand All

(-)b/textproc/link-grammar/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2022-11-28 08:33:11 UTC
2
+++ configure
3
@@ -18327,7 +18327,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4
 		#CCX="${PTHREAD_CC:-CCX}"
5
 
6
 								if test -z "$PTHREAD_LIBS"; then
7
-			PTHREAD_LIBS=-lpthread
8
+			PTHREAD_LIBS=-lstdthreads # for call_once and tss_*
9
 		fi
10
 	fi
11
 

Return to bug 267758