pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: Work around build rpath issue with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d856f1111205
branches:  trunk
changeset: 384978:d856f1111205
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Sep 07 14:24:54 2018 +0000

description:
nodejs: Work around build rpath issue with torque.

diffstat:

 lang/nodejs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0a9714a1eb25 -r d856f1111205 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Fri Sep 07 13:54:53 2018 +0000
+++ b/lang/nodejs/Makefile      Fri Sep 07 14:24:54 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2018/09/07 11:45:04 fhajny Exp $
+# $NetBSD: Makefile,v 1.144 2018/09/07 14:24:54 jperkin Exp $
 
 DISTNAME=      node-v10.10.0
 
@@ -12,6 +12,9 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+# XXX: figure out a way to add rpaths to torque
+MAKE_ENV+=     LD_LIBRARY_PATH=${PREFIX}/lib
+
 # Optional OpenSSL support in nghttp2 conflicts with OpenSSL 1.1.x
 # bundled and built by lang/nodejs.
 # Uncomment when we switch to openssl>=1.1



Home | Main Index | Thread Index | Old Index