pkgsrc/lang/nodejs/patches/patch-node.gypi
fhajny 02d9e00033 lang/nodejs: Use pkgsrc http-parser, libuv, libcares instead of bundled versions.
Switch back to bundled nghttp2 on lang/nodejs to reconcile a conflict
of OpenSSL versions.
2018-05-12 08:59:56 +00:00

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!': [