summaryrefslogtreecommitdiff
path: root/deps/uv/uv.gyp
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-09-14 02:56:41 +0200
committerBert Belder <bertbelder@gmail.com>2012-09-14 02:56:41 +0200
commitd908b83f59fd6b3ccb83680172a28866bb255364 (patch)
treef682bd84f357a8b46d34fac6602a11d0100db2c4 /deps/uv/uv.gyp
parent7ab4a77d6fdb2b98b3c34fda9d001ed9d91297c7 (diff)
downloadandroid-node-v8-d908b83f59fd6b3ccb83680172a28866bb255364.tar.gz
android-node-v8-d908b83f59fd6b3ccb83680172a28866bb255364.tar.bz2
android-node-v8-d908b83f59fd6b3ccb83680172a28866bb255364.zip
uv: upgrade to a28f145
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r--deps/uv/uv.gyp21
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index e44087a572..a5dbf153db 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -190,6 +190,21 @@
],
},
}],
+ [ 'OS=="aix"', {
+ 'include_dirs': [ 'src/ares/config_aix' ],
+ 'sources': [ 'src/unix/aix.c' ],
+ 'defines': [
+ '_ALL_SOURCE',
+ '_XOPEN_SOURCE=500',
+ 'EV_CONFIG_H="config_aix.h"',
+ 'EIO_CONFIG_H="config_aix.h"',
+ ],
+ 'direct_dependent_settings': {
+ 'libraries': [
+ '-lperfstat',
+ ],
+ },
+ }],
[ 'OS=="freebsd"', {
'sources': [ 'src/unix/freebsd.c' ],
'defines': [
@@ -329,6 +344,12 @@
'_XOPEN_SOURCE=500',
],
}],
+ [ 'OS=="aix"', { # make test-fs.c compile, needs _POSIX_C_SOURCE
+ 'defines': [
+ '_ALL_SOURCE',
+ '_XOPEN_SOURCE=500',
+ ],
+ }],
],
'msvs-settings': {
'VCLinkerTool': {