forked from pool/boost
This commit is contained in:
committed by
Git OBS Bridge
parent
bcc0fd3890
commit
fc05f47b44
@@ -1,17 +1,6 @@
|
||||
--- tools/build/v1/gcc-tools.jam
|
||||
+++ tools/build/v1/gcc-tools.jam
|
||||
@@ -150,7 +150,7 @@
|
||||
}
|
||||
case * :
|
||||
{
|
||||
- flags gcc CFLAGS <threading>multi : -pthread ;
|
||||
+ flags gcc CFLAGS <threading>multi : -pthread -D_REENTRANT ;
|
||||
flags gcc LINKFLAGS <threading>multi : -pthread ;
|
||||
flags gcc FINDLIBS <threading>multi : rt ;
|
||||
}
|
||||
--- tools/build/v2/tools/gcc.jam
|
||||
+++ tools/build/v2/tools/gcc.jam
|
||||
@@ -368,7 +368,7 @@
|
||||
@@ -677,7 +677,7 @@
|
||||
}
|
||||
case * :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user