pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Sep  7 14:24:55 UTC 2018

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
nodejs: Work around build rpath issue with torque.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/lang/nodejs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.143 pkgsrc/lang/nodejs/Makefile:1.144
--- pkgsrc/lang/nodejs/Makefile:1.143   Fri Sep  7 11:45:04 2018
+++ pkgsrc/lang/nodejs/Makefile Fri Sep  7 14:24:54 2018
@@ -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 @@ BUILDLINK_API_DEPENDS.libuv+=   libuv>=1
 
 .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