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:   pho
Date:           Tue Aug 18 13:10:03 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
Remove redundant --shared-openssl

It was causing a build failure when openssl was disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 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.190 pkgsrc/lang/nodejs/Makefile:1.191
--- pkgsrc/lang/nodejs/Makefile:1.190   Wed Aug 12 06:53:28 2020
+++ pkgsrc/lang/nodejs/Makefile Tue Aug 18 13:10:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.190 2020/08/12 06:53:28 adam Exp $
+# $NetBSD: Makefile,v 1.191 2020/08/18 13:10:03 pho Exp $
 
 DISTNAME=      node-v14.8.0
 EXTRACT_SUFX=  .tar.xz
@@ -11,7 +11,6 @@ USE_LANGUAGES=        c gnu++14
 MAKE_ENV+=     LD_LIBRARY_PATH=${PREFIX}/lib
 
 CONFIGURE_ARGS+=       --shared-nghttp2
-CONFIGURE_ARGS+=       --shared-openssl
 CONFIGURE_ARGS+=       --with-intl=system-icu
 
 CHECK_PORTABILITY_SKIP+=       tools/macos-installer/pkgbuild/npm/scripts/preinstall



Home | Main Index | Thread Index | Old Index