diff options
| author | Andy Postnikov <apostnikov@gmail.com> | 2020-05-08 11:24:06 +0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-08 10:20:01 +0000 |
| commit | dab6c137b129aad77c3915facfce1130bef19f5c (patch) | |
| tree | e4f8bb2c83af63a0504c2325aa3f5f73669cbc39 /community/nodejs-current/link-with-libatomic-on-mips32.patch | |
| parent | 8c7b32c24ed407f11fd616cc6082caf6fa847491 (diff) | |
| download | aports-dab6c137b129aad77c3915facfce1130bef19f5c.tar.bz2 aports-dab6c137b129aad77c3915facfce1130bef19f5c.tar.xz | |
community/nodejs-current: upgrade to 14.2.0
Diffstat (limited to 'community/nodejs-current/link-with-libatomic-on-mips32.patch')
| -rw-r--r-- | community/nodejs-current/link-with-libatomic-on-mips32.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nodejs-current/link-with-libatomic-on-mips32.patch b/community/nodejs-current/link-with-libatomic-on-mips32.patch index 358d52d082..b082c4139a 100644 --- a/community/nodejs-current/link-with-libatomic-on-mips32.patch +++ b/community/nodejs-current/link-with-libatomic-on-mips32.patch @@ -14,7 +14,7 @@ 'defines': ['USING_V8_PLATFORM_SHARED'], --- a/node.gyp +++ b/node.gyp -@@ -375,6 +375,11 @@ +@@ -376,6 +376,11 @@ 'msvs_disabled_warnings!': [4244], 'conditions': [ @@ -23,6 +23,6 @@ + 'libraries': [ '-latomic' ], + }, + }], - [ 'node_intermediate_lib_type=="static_library" and ' - 'node_shared=="true" and OS=="aix"', { - # For AIX, shared lib is linked by static lib and .exp. In the + [ 'error_on_warn=="true"', { + 'cflags': ['-Werror'], + }], |
