Magellan Linux

Diff of /smage/trunk/extras/nodejs/nodejs-14.9.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15433 by niro, Mon Aug 31 11:59:26 2020 UTC revision 15434 by niro, Mon Aug 31 13:50:29 2020 UTC
# Line 27  SDEPEND=">= dev-lang/python3-3.7 Line 27  SDEPEND=">= dev-lang/python3-3.7
27  SRCFILE="node-v${PVER}.tar.gz"  SRCFILE="node-v${PVER}.tar.gz"
28  SRCDIR="${BUILDDIR}/node-v${PVER}"  SRCDIR="${BUILDDIR}/node-v${PVER}"
29    
30  ALX_PKG_KEEP="usr/bin/node usr/$(mlibdir)/*.so.*"  ALX_PKG_KEEP="usr/bin/node"
31    msetfeature "!check" # proxy fails
32  sminclude mbuild alx-split  sminclude mbuild alx-split
33    
34  SRC_URI=(  SRC_URI=(
# Line 58  src_compile() Line 59  src_compile()
59   --without-npm \   --without-npm \
60   --with-intl=system-icu \   --with-intl=system-icu \
61   --shared-zlib \   --shared-zlib \
  --shared-openssl \  
62   --shared-libuv \   --shared-libuv \
63   --shared-cares \   --shared-cares \
64   --shared-nghttp2 \   --shared-nghttp2 \
65   || die   || die
66    
67   make || die   mmake || die
68  }  }

Legend:
Removed from v.15433  
changed lines
  Added in v.15434