summaryrefslogtreecommitdiff
path: root/package/nodejs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-28 19:08:40 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-28 19:09:07 +0200
commitcd28872a31dda3a5751bebbd5125b845585f1687 (patch)
tree47fab8441ddcf087abd47aad10bc44bc11ac1da5 /package/nodejs
parent283d5270215b7d55dc502c136bb163b38622056c (diff)
nodejs: use internal ssl support
Diffstat (limited to 'package/nodejs')
-rw-r--r--package/nodejs/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/nodejs/Makefile b/package/nodejs/Makefile
index 7e4781a02..cf836484f 100644
--- a/package/nodejs/Makefile
+++ b/package/nodejs/Makefile
@@ -9,9 +9,8 @@ PKG_RELEASE:= 1
PKG_HASH:= 11b957de855a392ceaa8b300ec66236d6f9c6baa184837d00bdaba2da4aefe91
PKG_DESCR:= asynchronous event driven framework
PKG_SECTION:= net/http
-PKG_DEPENDS:= zlib libopenssl
-PKG_BUILDDEP:= python2-host zlib openssl
-HOST_BUILDDEP:= openssl-host
+PKG_DEPENDS:= zlib
+PKG_BUILDDEP:= python2-host zlib
PKG_NEEDS:= threads rt c++
PKG_URL:= https://nodejs.org/
PKG_SITES:= https://nodejs.org/dist/v$(PKG_VERSION)/
@@ -39,7 +38,6 @@ host-configure:
--without-dtrace \
--without-etw \
--without-intl \
- --shared-openssl \
--shared-zlib \
)
@@ -60,7 +58,6 @@ do-configure:
--without-dtrace \
--without-etw \
--without-intl \
- --shared-openssl \
--shared-zlib \
)