use proper linker flag for our pthreads library
This commit is contained in:
parent
b3166ee365
commit
0bc19c141d
11
devel/glib/patches/patch-ai
Normal file
11
devel/glib/patches/patch-ai
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Thu Aug 17 17:15:01 2000
|
||||
+++ configure Thu Aug 17 17:16:19 2000
|
||||
@@ -4836,7 +4836,7 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- G_THREAD_LIBS="-lc_r"
|
||||
+ G_THREAD_LIBS="-pthread"
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
Loading…
Reference in New Issue
Block a user