Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/nodejs: use shared c-ares if available
@ 2017-07-15 17:38 Martin Bark
  2017-07-15 17:38 ` [Buildroot] [PATCH 2/3] package/nodejs: use shared libhttpparser " Martin Bark
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Martin Bark @ 2017-07-15 17:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 package/nodejs/nodejs.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 43c5ff3..a469153 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -34,6 +34,11 @@ else
 NODEJS_CONF_OPTS += --with-intl=none
 endif
 
+ifeq ($(BR2_PACKAGE_C_ARES),y)
+NODEJS_DEPENDENCIES += c-ares
+NODEJS_CONF_OPTS += --shared-cares
+endif
+
 ifneq ($(BR2_PACKAGE_NODEJS_NPM),y)
 NODEJS_CONF_OPTS += --without-npm
 endif
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-17  8:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-15 17:38 [Buildroot] [PATCH 1/3] package/nodejs: use shared c-ares if available Martin Bark
2017-07-15 17:38 ` [Buildroot] [PATCH 2/3] package/nodejs: use shared libhttpparser " Martin Bark
2017-07-15 17:38 ` [Buildroot] [PATCH 3/3] package/nodejs: use shared libuv " Martin Bark
2017-07-15 19:44 ` [Buildroot] [PATCH 1/3] package/nodejs: use shared c-ares " Thomas Petazzoni
2017-07-15 23:12   ` Martin Bark
2017-07-16  7:16     ` Thomas Petazzoni
2017-07-17  8:43       ` Martin Bark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox