Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nodejs Remove redundant --shared-openssl
details: https://anonhg.NetBSD.org/pkgsrc/rev/00be6bd113b2
branches: trunk
changeset: 437202:00be6bd113b2
user: pho <pho%pkgsrc.org@localhost>
date: Tue Aug 18 13:10:03 2020 +0000
description:
Remove redundant --shared-openssl
It was causing a build failure when openssl was disabled.
diffstat:
lang/nodejs/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 31af8fe14b75 -r 00be6bd113b2 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile Tue Aug 18 10:25:27 2020 +0000
+++ b/lang/nodejs/Makefile Tue Aug 18 13:10:03 2020 +0000
@@ -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 @@
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