48c0cb6a3b
Moved nodejs to nodejs10 - version 10.17.0 Version 12.13.1 'Erbium' (LTS): Notable changes Experimental support for building Node.js with Python 3 is improved. ICU time zone data is updated to version 2019c. This fixes the date offset in Brazil.
14 lines
332 B
Python
14 lines
332 B
Python
$NetBSD: patch-node.gypi,v 1.1 2019/12/09 20:05:40 adam Exp $
|
|
|
|
Linking in libcares requires libsocket.
|
|
|
|
--- node.gypi.orig 2018-04-24 14:41:37.000000000 +0000
|
|
+++ node.gypi
|
|
@@ -251,6 +251,7 @@
|
|
[ 'OS=="solaris"', {
|
|
'libraries': [
|
|
'-lkstat',
|
|
+ '-lsocket',
|
|
'-lumem',
|
|
],
|
|
'defines!': [
|