02d9e00033
Switch back to bundled nghttp2 on lang/nodejs to reconcile a conflict of OpenSSL versions.
14 lines
334 B
Python
14 lines
334 B
Python
$NetBSD: patch-node.gypi,v 1.1 2018/05/12 08:59:56 fhajny 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!': [
|