Skip to content

Commit 0e9d496

Browse files
committed
recipe: restore shared libs package config for Node.js 7
Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
1 parent 0b66df5 commit 0e9d496

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

recipes-devtools/nodejs/nodejs_7.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ GYP_DEFINES_append_mipsel = " mips_arch_variant='r1' "
3333

3434
PACKAGECONFIG ??= ""
3535

36+
PACKAGECONFIG[zlib] = "--shared-zlib,,zlib,"
37+
PACKAGECONFIG[openssl] = "--shared-openssl,,openssl,"
3638
PACKAGECONFIG[v8-inspector] = ",--without-inspector,,"
3739

3840
DISABLE_STATIC = ""

0 commit comments

Comments
 (0)