summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2020-08-18 13:10:03 +0000
committerpho <pho@pkgsrc.org>2020-08-18 13:10:03 +0000
commitcdfb88bb35208aa5eaf4bdb518ad29fb8d668f07 (patch)
treeb0a7577da4f136208cf62f2bc1a0df9c81672424 /lang
parentbddc7ec9db7a03d13726bf2b9a253cc171af445d (diff)
downloadpkgsrc-cdfb88bb35208aa5eaf4bdb518ad29fb8d668f07.tar.gz
Remove redundant --shared-openssl
It was causing a build failure when openssl was disabled.
Diffstat (limited to 'lang')
-rw-r--r--lang/nodejs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile
index b95ef19e962..540e1abd067 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -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