Skip to content

Commit

Permalink
recipe: restore shared libs package config for Node.js 7
Browse files Browse the repository at this point in the history
Signed-off-by: Ilkka Myller <[email protected]>
  • Loading branch information
imyller committed Nov 11, 2016
1 parent 0b66df5 commit 0e9d496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-devtools/nodejs/nodejs_7.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ GYP_DEFINES_append_mipsel = " mips_arch_variant='r1' "

PACKAGECONFIG ??= ""

PACKAGECONFIG[zlib] = "--shared-zlib,,zlib,"
PACKAGECONFIG[openssl] = "--shared-openssl,,openssl,"
PACKAGECONFIG[v8-inspector] = ",--without-inspector,,"

DISABLE_STATIC = ""
Expand Down

0 comments on commit 0e9d496

Please sign in to comment.