mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Increase _XOPEN_SOURCE macro to 700
This commit is contained in:
parent
3eb67d8038
commit
b7f7bf0dce
@ -92,7 +92,7 @@
|
|||||||
'GRPC_ARES=0',
|
'GRPC_ARES=0',
|
||||||
'GRPC_UV',
|
'GRPC_UV',
|
||||||
'GRPC_NODE_VERSION="1.16.0-pre1"',
|
'GRPC_NODE_VERSION="1.16.0-pre1"',
|
||||||
'_XOPEN_SOURCE=500'
|
'_XOPEN_SOURCE=700'
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['grpc_gcov=="true"', {
|
['grpc_gcov=="true"', {
|
||||||
|
|||||||
@ -84,7 +84,7 @@
|
|||||||
'GRPC_ARES=0',
|
'GRPC_ARES=0',
|
||||||
'GRPC_UV',
|
'GRPC_UV',
|
||||||
'GRPC_NODE_VERSION="${settings.get('node_version', settings.version)}"',
|
'GRPC_NODE_VERSION="${settings.get('node_version', settings.version)}"',
|
||||||
'_XOPEN_SOURCE=500'
|
'_XOPEN_SOURCE=700'
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['grpc_gcov=="true"', {
|
['grpc_gcov=="true"', {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user