diff options
| author | Martin Bark <martin@barkynet.com> | 2017-07-18 12:45:42 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-19 21:59:20 +0200 |
| commit | 48ab055348cc64933f4fde3ab1d92b85a470c8a5 (patch) | |
| tree | 8bc61d049567a995b69866e50b28d38bbffa491d /package/nodejs/Config.in | |
| parent | 653bcf477acbc947279ceb46d52a4891586c6ebe (diff) | |
| download | buildroot-48ab055348cc64933f4fde3ab1d92b85a470c8a5.tar.gz buildroot-48ab055348cc64933f4fde3ab1d92b85a470c8a5.zip | |
package/nodejs: use shared libhttpparser
nodejs requires libhttpparser and by default will use an internal copy
bundled with the release. Change to using a shared libhttpparser library.
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nodejs/Config.in')
| -rw-r--r-- | package/nodejs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nodejs/Config.in b/package/nodejs/Config.in index f90ca2b3fb..a96901a31c 100644 --- a/package/nodejs/Config.in +++ b/package/nodejs/Config.in @@ -25,6 +25,7 @@ config BR2_PACKAGE_NODEJS # linking, but that's too much of a corner case to support it. depends on !BR2_STATIC_LIBS select BR2_PACKAGE_C_ARES + select BR2_PACKAGE_LIBHTTPPARSER select BR2_PACKAGE_ZLIB help Event-driven I/O server-side JavaScript environment based on V8. |

